summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--unix/Makefile.in7
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c7651f..0c452b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-11-23 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * unix/Makefile.in: Add (commented-out) code to integrate tclConfig.h
+ into the dependency tree and 'make distclean'. [Bug 1068171]
+
* generic/tclResult.c (Tcl_AppendResultVA): Remove call to
Tcl_GetStringResult to speed up repeated calls to Tcl_AppendResult
with the side effect that code that wants to access interp->result
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b0e6c87..4b5b64b 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.156 2004/11/18 13:00:20 rmax Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.157 2004/11/24 00:10:30 dkf Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -410,6 +410,7 @@ STUB_SRCS = \
UNIX_HDRS = \
$(UNIX_DIR)/tclUnixPort.h
+# $(UNIX_DIR)/tclConfig.h
UNIX_SRCS = \
$(UNIX_DIR)/tclAppInit.c \
@@ -750,6 +751,8 @@ install-private-headers: libraries
Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in
$(SHELL) config.status
+#tclConfig.h: $(UNIX_DIR)/tclConfig.h.in
+# $(SHELL) config.status
clean:
rm -f *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \
@@ -758,7 +761,7 @@ clean:
distclean: clean
rm -rf Makefile config.status config.cache config.log tclConfig.sh \
- $(PACKAGE).* prototype
+ $(PACKAGE).* prototype #tclConfig.h
cd dltest ; $(MAKE) distclean
depend: