summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:27:13 (GMT)
committerdas <das>2008-06-12 06:27:13 (GMT)
commit723feae3b17d7cacc75afd5d54f798af90b02eec (patch)
treea8fa33d7f70022685cce7513b935525ad4a2f85c /unix
parent7af70926531a35ea560300e245d6682f84014b16 (diff)
downloadtcl-723feae3b17d7cacc75afd5d54f798af90b02eec.zip
tcl-723feae3b17d7cacc75afd5d54f798af90b02eec.tar.gz
tcl-723feae3b17d7cacc75afd5d54f798af90b02eec.tar.bz2
* unix/Makefile.in: clean generated tclDTrace.h file.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index bf35876..a8e7397 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.237 2008/06/06 19:46:42 andreas_kupries Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.238 2008/06/12 06:27:13 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -900,7 +900,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