diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-24 00:10:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-24 00:10:24 (GMT) |
commit | cb529e3ff8ac73057bcf3ae557fcbbeb644d691b (patch) | |
tree | 2bda419084747438dd9a9469d8e08a2d8cc52aee /unix | |
parent | c3c073a77aa192334001c69c623b4a79168fa7cc (diff) | |
download | tcl-cb529e3ff8ac73057bcf3ae557fcbbeb644d691b.zip tcl-cb529e3ff8ac73057bcf3ae557fcbbeb644d691b.tar.gz tcl-cb529e3ff8ac73057bcf3ae557fcbbeb644d691b.tar.bz2 |
Fix [Bug 1068171] though the fix is commented out for now.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
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: |