changeset 392:fc9b476c46de

Pass parameters to sub-processes of make.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 19 Oct 2012 05:26:34 +0300
parents 28a74940f2b6
children 5137db55f00b
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Fri Oct 19 04:30:24 2012 +0300
+++ b/Makefile.gen	Fri Oct 19 05:26:34 2012 +0300
@@ -390,7 +390,7 @@
 	@qmake -Wall $<
 
 $(BINPATH)ed_$(DEMO_BIN)$(EXEEXT): $(EDITOR_MAKEFILE)
-	@make -f $<
+	@$(MAKE) -f $<
 
 
 ###