Author: kjs
Date: Tue Apr 10 00:37:21 2007
New Revision: 18103

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

Log:
compilers/pirc:
* removed rm statement from pirc.in that removed .pir files in t directory. 
They should /not/ be removed!

Modified: trunk/config/gen/makefiles/pirc.in
==============================================================================
--- trunk/config/gen/makefiles/pirc.in  (original)
+++ trunk/config/gen/makefiles/pirc.in  Tue Apr 10 00:37:21 2007
@@ -108,13 +108,8 @@
        README.pod
 
 
-testclean:
-       $(RM_F) t\\*.pir
-
-
 clean:
-       $(RM_RF) *$(O) \
-       t\\*.pir
+       $(RM_RF) *$(O)
 
 
 realclean: clean

Reply via email to