diff options
author | surles <surles@noemail.net> | 1999-06-16 20:11:27 (GMT) |
---|---|---|
committer | surles <surles@noemail.net> | 1999-06-16 20:11:27 (GMT) |
commit | df4e07b25c8cc0595d2719502498e762a80e960b (patch) | |
tree | abbed949bce8ff388638855623772027ac2da0d9 /unix | |
parent | 1ab597e11b964960febacdbf5d7a0e4222aa2638 (diff) | |
download | tk-df4e07b25c8cc0595d2719502498e762a80e960b.zip tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.gz tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.bz2 |
modified files to work with new windows Makefiles
FossilOrigin-Name: 8a68de4fa4b67394ae69a65ee86ee1abad5a4737
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 04984b9..50d86b7 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.18 1999/06/15 22:23:19 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.19 1999/06/16 20:11:29 surles Exp $ # Current Tk version; used in various names. @@ -76,7 +76,6 @@ MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann # for this version of Tk ("srcdir" will be replaced or has already # been replaced by the configure script): TCL_GENERIC_DIR = @TCL_SRC_DIR@/generic -TCL_UNIX_DIR = @TCL_SRC_DIR@/unix # The directory containing the Tcl library archive file appropriate # for this version of Tk: |