Author: bernhard
Date: Sun May  4 05:50:01 2008
New Revision: 27319

Modified:
   trunk/languages/plumhead/config/makefiles/root.in

Log:
[Plumhead]
Clean up generated files.


Modified: trunk/languages/plumhead/config/makefiles/root.in
==============================================================================
--- trunk/languages/plumhead/config/makefiles/root.in   (original)
+++ trunk/languages/plumhead/config/makefiles/root.in   Sun May  4 05:50:01 2008
@@ -122,7 +122,7 @@
 test-pct:
        - cd .. && $(PERL) -I../lib -I plumhead/lib plumhead/t/harness 
--with-pct
 
-clean: clean-common clean-pct clean-antlr3 clean-test
+clean: clean-common clean-pct clean-antlr3 clean-phc clean-test
 
 clean-common:
        $(RM_F) src/common/plumheadlib.pbc plumhead.pbc
@@ -137,7 +137,13 @@
        $(RM_F) driver_nqp.pbc
 
 clean-test:
-       $(RM_F) t/php/*.php t/php/*.pir t/php/*.out t/pmc/*.pir
+       $(RM_F) \
+  t/php/*.php \
+  t/php/*.pir \
+  t/php/*.out \
+  t/pmc/*.pir \
+  ../../plumhead_*
+
 
 realclean: clean
        $(RM_F) Makefile

Reply via email to