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

coke at svn.parrot.org coke at svn.parrot.org
Tue Apr 7 14:38:45 UTC 2009


Author: coke
Date: Tue Apr  7 14:38:45 2009
New Revision: 37942
URL: https://trac.parrot.org/parrot/changeset/37942

Log:
[cage] revert explicit add of exec.o

This file IS headerized, but headerization is platform dependant - this file
is skipped on osx/x86, but not on linux/x86.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Apr  7 14:22:33 2009	(r37941)
+++ trunk/config/gen/makefiles/root.in	Tue Apr  7 14:38:45 2009	(r37942)
@@ -2302,7 +2302,6 @@
     $(O_FILES) \
     src/packdump$(O) \
     src/pbc_merge$(O) \
-    src/exec$(O) \
     $(PIRC_O_FILES)
 
 headerizer : $(SRC_DIR)/core_pmcs.c


More information about the parrot-commits mailing list