diff Makefile.gen @ 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 015f2da65841
children d34922e6a244
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 $<
 
 
 ###