[svn:parrot] r38821 - trunk/config/gen/makefiles
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Sat May 16 10:06:12 UTC 2009
Author: chromatic
Date: Sat May 16 10:06:09 2009
New Revision: 38821
URL: https://trac.parrot.org/parrot/changeset/38821
Log:
[config] Added dynpmc dependency on PMC generation libraries.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Sat May 16 06:38:41 2009 (r38820)
+++ trunk/config/gen/makefiles/root.in Sat May 16 10:06:09 2009 (r38821)
@@ -1366,7 +1366,7 @@
dynpmc : dynpmc.dummy
# XXX this dependancy is too broad, and should be narrowed down
-dynpmc.dummy : $(PARROT) $(INC_DIR)/parrot.h $(INC_DIR)/extend.h $(INC_DIR)/dynext.h
+dynpmc.dummy : $(PARROT) $(INC_DIR)/parrot.h $(INC_DIR)/extend.h $(INC_DIR)/dynext.h $(PMC2C_FILES)
$(MAKE) src/dynpmc
dynpmc-test : $(PARROT) $(INC_DIR)/parrot.h $(INC_DIR)/extend.h $(INC_DIR)/dynext.h
More information about the parrot-commits
mailing list