diff options
author | Mihai Moldovan <ionic@ionic.de> | 2018-06-17 01:41:37 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-06-17 01:41:37 +0200 |
commit | 72f11ee838e67757e235e7216fb82679cc3f7d67 (patch) | |
tree | 65926ca17f4391f4f536251d86ade4feace0a869 /nx-X11 | |
parent | da51a36948be6b5cfc200772bf5e51f8545ca4c3 (diff) | |
download | nx-libs-72f11ee838e67757e235e7216fb82679cc3f7d67.tar.gz nx-libs-72f11ee838e67757e235e7216fb82679cc3f7d67.tar.bz2 nx-libs-72f11ee838e67757e235e7216fb82679cc3f7d67.zip |
nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we probably want that. Likely.
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: |