summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:38:01 (GMT)
committerdas <das>2008-06-12 06:38:01 (GMT)
commit9f059e343f72ade81e047d8d86b0ee0b71e87506 (patch)
treef9b3a5ecf0f3146b991d2dbcafaa5fd3dc109c94 /unix
parentf5ca9b88a4dfa821a8acd8ed94259a13636abde1 (diff)
downloadtcl-9f059e343f72ade81e047d8d86b0ee0b71e87506.zip
tcl-9f059e343f72ade81e047d8d86b0ee0b71e87506.tar.gz
tcl-9f059e343f72ade81e047d8d86b0ee0b71e87506.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 6fdcca2..dabd8f4 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.121.2.25 2008/02/27 22:45:31 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.121.2.26 2008/06/12 06:38:03 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -772,7 +772,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