# HG changeset patch # User Matti Hamalainen # Date 1350613594 -10800 # Node ID fc9b476c46de26d55108dba216bd11f0433e7852 # Parent 28a74940f2b6e4e01bb48bf01afc6ccb0c64f953 Pass parameters to sub-processes of make. diff -r 28a74940f2b6 -r fc9b476c46de Makefile.gen --- 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 $< ###