TT#124273 Use $(MAKE) instead of make

Otherwise things like parallel execution will not take effect.

Change-Id: Ie63260693c1f03462cb7346d96cf799875e26a0b
mr10.2
Guillem Jover 4 years ago
parent 13bde60c6d
commit 6b9820eaa2

2
debian/rules vendored

@ -15,4 +15,4 @@ endif
override_dh_auto_configure:
echo "NGCP_VERSION=$(NGCP_VERSION)"
make script_version
$(MAKE) script_version

Loading…
Cancel
Save