[svn:parrot] r45062 - branches/include_dynpmc_makefile/config/gen/makefiles

darbelo at svn.parrot.org darbelo at svn.parrot.org
Fri Mar 19 12:32:07 UTC 2010


Author: darbelo
Date: Fri Mar 19 12:32:05 2010
New Revision: 45062
URL: https://trac.parrot.org/parrot/changeset/45062

Log:
Remove dynpmc deps from the main Makefile.

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

Modified: branches/include_dynpmc_makefile/config/gen/makefiles/root.in
==============================================================================
--- branches/include_dynpmc_makefile/config/gen/makefiles/root.in	Fri Mar 19 12:15:06 2010	(r45061)
+++ branches/include_dynpmc_makefile/config/gen/makefiles/root.in	Fri Mar 19 12:32:05 2010	(r45062)
@@ -1447,12 +1447,6 @@
 
 src/io/filehandle$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_filehandle.h src/io/io_private.h
 
-src/dynpmc/subproxy$(O) : $(PARROT_H_HEADERS) $(INC_DIR)/extend.h \
-  $(INC_DIR)/dynext.h include/pmc/pmc_subproxy.h \
-  include/pmc/pmc_sub.h include/pmc_default.h \
-  include/pmc/pmc_continuation.h include/pmc/pmc_callcontext.h \
-  include/pmc/pmc_default.h
-
 src/gc/malloc_trace$(O) : src/gc/malloc.c
 
 src/packfile/pf_items$(O) : $(PARROT_H_HEADERS)


More information about the parrot-commits mailing list