diff options
| author | das <das> | 2008-06-12 06:27:13 (GMT) |
|---|---|---|
| committer | das <das> | 2008-06-12 06:27:13 (GMT) |
| commit | 1255e7f268389c7c360e6025867b5f96de6f83cc (patch) | |
| tree | a8fa33d7f70022685cce7513b935525ad4a2f85c | |
| parent | 26d098ded62339296866d8dcd5c07b230fc351f1 (diff) | |
| download | tcl-1255e7f268389c7c360e6025867b5f96de6f83cc.zip tcl-1255e7f268389c7c360e6025867b5f96de6f83cc.tar.gz tcl-1255e7f268389c7c360e6025867b5f96de6f83cc.tar.bz2 | |
* unix/Makefile.in: clean generated tclDTrace.h file.
| -rw-r--r-- | unix/Makefile.in | 4 |
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 |
