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

barney at svn.parrot.org barney at svn.parrot.org
Tue Nov 17 14:29:34 UTC 2009


Author: barney
Date: Tue Nov 17 14:29:29 2009
New Revision: 42557
URL: https://trac.parrot.org/parrot/changeset/42557

Log:
Added explicit dependence   foo2$(O): foo.c foo2.c  (TT #1294).
Assuming the *.h are built along the *.c files.

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

Modified: trunk/config/gen/makefiles/dynpmc.in
==============================================================================
--- trunk/config/gen/makefiles/dynpmc.in	Tue Nov 17 13:44:30 2009	(r42556)
+++ trunk/config/gen/makefiles/dynpmc.in	Tue Nov 17 14:29:29 2009	(r42557)
@@ -129,7 +129,7 @@
 foo.dump: foo.pmc
 	$(PMC2CD) foo.pmc
 
-foo2$(O): foo2.c
+foo2$(O): foo.c foo2.c
 	$(CC) -c @cc_o_out at foo2$(O) $(INCLUDES) $(CFLAGS) foo2.c
 
 foo2.c: foo2.dump foo.pmc


More information about the parrot-commits mailing list