diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2015-02-09 15:38:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-09 15:39:54 +0100 |
commit | 6101bd9564d6334dea7c0de778536e3fe1a5e9b9 (patch) | |
tree | 6c52fb48412202e23cb43766236a122855002365 /nx-X11/config/imake | |
parent | 9f4b494fa49db53a440f544246d6922dbd0c4684 (diff) | |
download | nx-libs-6101bd9564d6334dea7c0de778536e3fe1a5e9b9.tar.gz nx-libs-6101bd9564d6334dea7c0de778536e3fe1a5e9b9.tar.bz2 nx-libs-6101bd9564d6334dea7c0de778536e3fe1a5e9b9.zip |
Description: Enable parallel make (031_nx-X11_parallel-make.full.patch).
Restore ability to build things in parallel.
(${MAKE} must always appear in the rule directly, and not be
hidden through expansions of other variables to get this to work.)
Diffstat (limited to 'nx-X11/config/imake')
-rw-r--r-- | nx-X11/config/imake/Makefile.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nx-X11/config/imake/Makefile.ini b/nx-X11/config/imake/Makefile.ini index b9c22963e..93dca8584 100644 --- a/nx-X11/config/imake/Makefile.ini +++ b/nx-X11/config/imake/Makefile.ini @@ -21,7 +21,6 @@ IMAKEMDEP_CROSSCOMPILE = -DCROSSCOMPILE_CPP SHELL = /bin/sh RM = rm -f MV = mv -MAKE = make RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \ tags TAGS make.log NPROC = 1 |