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

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Thu Feb 12 18:30:15 UTC 2009


Author: Infinoid
Date: Thu Feb 12 18:30:13 2009
New Revision: 36635
URL: https://trac.parrot.org/parrot/changeset/36635

Log:
[config] Realclean should remove src/call/pcc.str.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu Feb 12 13:40:14 2009	(r36634)
+++ trunk/config/gen/makefiles/root.in	Thu Feb 12 18:30:13 2009	(r36635)
@@ -1622,7 +1622,7 @@
 	$(RM_F) \
     $(SRC_DIR)/string/private_cstring.h \
     "$(SRC_DIR)/*.str" "$(SRC_DIR)/io/*.str" "$(SRC_DIR)/pmc/*.str" \
-    "src/pmc/*.c" "src/pmc/pmc_*.h" "src/pmc/*.dump" \
+    "$(SRC_DIR)/call/*.str" "src/pmc/*.c" "src/pmc/pmc_*.h" "src/pmc/*.dump" \
     vtable.dump "*.def" "*.lib" "*.exp"
 
 archclean: dynoplibs-clean dynpmc-clean dynext-clean


More information about the parrot-commits mailing list