Author: coke
Date: Wed Jul 23 15:09:05 2008
New Revision: 29707

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

Log:
[tcl] After 'make tclsh', remove the intermediate tcl.c and tcl.o files on 
'make clean'


Modified: trunk/languages/tcl/config/makefiles/root.in
==============================================================================
--- trunk/languages/tcl/config/makefiles/root.in        (original)
+++ trunk/languages/tcl/config/makefiles/root.in        Wed Jul 23 15:09:05 2008
@@ -304,6 +304,8 @@
        cd t && $(PERL) -e 'use Test::Harness qw($$verbose runtests) ; 
$$Test::Harness::verbose=1;runtests(glob("*.t"))' && cd ..
 
 CLEANERS = \
+tcl.c \
+tcl$(O) \
 [EMAIL PROTECTED]@ \
 tcl.pbc \
 runtime/builtins.pir \

Reply via email to