diff options
author | surles <surles> | 1999-06-16 20:11:28 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-16 20:11:28 (GMT) |
commit | 315eceb5db3079f23e9b44bbc8c26b32f07b60f3 (patch) | |
tree | abbed949bce8ff388638855623772027ac2da0d9 /unix/Makefile.in | |
parent | 17b3a9afdbac6f249bd15e33f5d4d30239b3d4d1 (diff) | |
download | tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.zip tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.gz tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.bz2 |
modified files to work with new windows Makefiles
Diffstat (limited to 'unix/Makefile.in')
-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: |