[X2Go-Commits] [nx-libs] 02/02: nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we probably want that. Likely.
git-admin at x2go.org
git-admin at x2go.org
Sun Jun 17 01:42:35 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x
in repository nx-libs.
commit 72f11ee838e67757e235e7216fb82679cc3f7d67
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Jun 17 01:41:37 2018 +0200
nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we probably want that. Likely.
---
nx-X11/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nx-X11/Makefile b/nx-X11/Makefile
index 364a3ac..4249a71 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:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list