[svn:parrot] r46542 - branches/ops_pct/config/gen/makefiles

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed May 12 22:08:57 UTC 2010


Author: darbelo
Date: Wed May 12 22:08:56 2010
New Revision: 46542
URL: https://trac.parrot.org/parrot/changeset/46542

Log:
[Makefile] Update root.in to reflect the fact that $(MAKE) can be something other than 'make'.

Modified:
   branches/ops_pct/config/gen/makefiles/root.in

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Wed May 12 21:33:38 2010	(r46541)
+++ branches/ops_pct/config/gen/makefiles/root.in	Wed May 12 22:08:56 2010	(r46542)
@@ -797,7 +797,7 @@
 
 bootstrap-ops : $(OPS2C)
 	$(OPS2C) --core
-	make
+	$(MAKE)
 
 runtime/parrot/include/parrotlib.pbc: runtime/parrot/library/parrotlib.pir $(PARROT) $(GEN_PASM_INCLUDES)
 	$(PARROT) -o $@ runtime/parrot/library/parrotlib.pir


More information about the parrot-commits mailing list