Author: bernhard
Date: Sat Jul 30 10:40:38 2005
New Revision: 8747

Modified:
   trunk/config/gen/makefiles/bc.in
Log:
'make clean' should not delete files, that are in SVN.


Modified: trunk/config/gen/makefiles/bc.in
==============================================================================
--- trunk/config/gen/makefiles/bc.in    (original)
+++ trunk/config/gen/makefiles/bc.in    Sat Jul 30 10:40:38 2005
@@ -37,7 +37,9 @@ python/lib/bc/BcParser.py: grammar/bc_py
 
 clean:
        $(RM_RF) \
-    python/lib/bc/Bc*.py
+    python/lib/bc/*.pyc \
+    python/lib/antlr/*.pyc \
+    t/*.bc t/*.pir t/*.posix_out t/*.parrot_out
 
 realclean: clean
        $(RM_RF) \

Reply via email to