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

rurban at svn.parrot.org rurban at svn.parrot.org
Sat Feb 28 10:47:05 UTC 2009


Author: rurban
Date: Sat Feb 28 10:47:04 2009
New Revision: 37040
URL: https://trac.parrot.org/parrot/changeset/37040

Log:
[cage] r37016 broke msvc
  nmake error: .pmc.c : $(SRC_DIR)\pmc\pmc_sub.h
  makefile(699) : fatal error U1086: inference rule cannot have dependents
special case msvc

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sat Feb 28 01:07:10 2009	(r37039)
+++ trunk/config/gen/makefiles/root.in	Sat Feb 28 10:47:04 2009	(r37040)
@@ -610,7 +610,8 @@
 .pmc.dump :
 	$(PMC2CD) $<
 
-.pmc.c : $(SRC_DIR)/pmc/pmc_sub.h
+#IF(win32 and msvcversion):.pmc.c :
+#ELSE:.pmc.c : $(SRC_DIR)/pmc/pmc_sub.h
 	$(PMC2CC) $<
 
 # not all makes might understand this, so the rules are generated


More information about the parrot-commits mailing list