[svn:parrot] r37098 - trunk/config/gen/makefiles

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Mar 3 18:11:47 UTC 2009


Author: fperrad
Date: Tue Mar  3 18:11:46 2009
New Revision: 37098
URL: https://trac.parrot.org/parrot/changeset/37098

Log:
[build] partial revert of r37016, please don't introduce dependents in inference rule. NOT SUPPORTED by all make.
Previous r37040, fix only MSVC nmake (inference rule cannot have dependents).
BSD make has similar issue (see TT #382).
Apply patch from rg++.

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Mar  3 16:56:53 2009	(r37097)
+++ trunk/config/gen/makefiles/root.in	Tue Mar  3 18:11:46 2009	(r37098)
@@ -612,8 +612,7 @@
 .pmc.dump :
 	$(PMC2CD) $<
 
-#IF(win32 and msvcversion):.pmc.c :
-#ELSE:.pmc.c : $(SRC_DIR)/pmc/pmc_sub.h
+.pmc.c :
 	$(PMC2CC) $<
 
 # not all makes might understand this, so the rules are generated


More information about the parrot-commits mailing list