diff options
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/Makefile b/nx-X11/Makefile index 364a3ac9f..4249a710f 100644 --- a/nx-X11/Makefile +++ b/nx-X11/Makefile @@ -70,7 +70,7 @@ xmakefile: else \ exit 0; \ fi - which $(IMAKE) 1>/dev/null && $(IMAKE_CMD) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) + which $(IMAKE) 1>/dev/null && $(IMAKE_CMD) $(MFLAGS) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) # don't allow any default rules in this Makefile .SUFFIXES: |