summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-06-12 06:34:34 (GMT)
committerdas <das@noemail.net>2008-06-12 06:34:34 (GMT)
commit222348e6cfca4be196d8041ffd4482b3ff9dfb76 (patch)
treeeb3e332d9655a21975438dcb29b010b29c0e77a3 /unix/Makefile.in
parent33d3f54828e5aa279f48e387a1d475dae06eefa1 (diff)
downloadtcl-222348e6cfca4be196d8041ffd4482b3ff9dfb76.zip
tcl-222348e6cfca4be196d8041ffd4482b3ff9dfb76.tar.gz
tcl-222348e6cfca4be196d8041ffd4482b3ff9dfb76.tar.bz2
* unix/Makefile.in: clean generated tclDTrace.h file.
FossilOrigin-Name: bd22afd8739eb2ef18d83e78a702df6a2487a38f
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index de79f1c..174d86c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.229 2008/03/12 09:51:39 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.229.2.1 2008/06/12 06:34:35 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -883,7 +883,7 @@ Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in
clean:
rm -f *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \
- errors tclsh tcltest lib.exp Tcl
+ errors tclsh tcltest lib.exp Tcl @DTRACE_HDR@
cd dltest ; $(MAKE) clean
distclean: clean