1
0
Fork 0

Makefile: use $(MAKE), not make

Calling 'make' directly prevents parallel builds as the jobserver fds
are lost (and any flags).

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-03-31 04:14:34 +01:00
parent 0130773b31
commit f0f86e17f5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ test:
#######for namespacing #######
nb:
CFLAGS="$$CFLAGS -D NB=\\\"nb\\\"" make
CFLAGS="$$CFLAGS -D NB=\\\"nb\\\"" $(MAKE)
for game in $(ALL); do cp $$game nb$$game ;done;
for manpage in $(ls man); do cp man/$$manpage man/nb$$manpage ;done;
nbinstall: nb