diff options
author | mo <mo@noemail.net> | 2000-07-18 18:17:46 (GMT) |
---|---|---|
committer | mo <mo@noemail.net> | 2000-07-18 18:17:46 (GMT) |
commit | 29c13f0a5fd2b0c344eaa94a8f683d7e51f90cc7 (patch) | |
tree | 1082ba6c925b4d4a16e21ed72e212b774d9c818b /win/Makefile.in | |
parent | 87d8387adb97d5d5a873d14c1ab284613817298c (diff) | |
download | tk-29c13f0a5fd2b0c344eaa94a8f683d7e51f90cc7.zip tk-29c13f0a5fd2b0c344eaa94a8f683d7e51f90cc7.tar.gz tk-29c13f0a5fd2b0c344eaa94a8f683d7e51f90cc7.tar.bz2 |
fix usage of TK_SRC_DIR
FossilOrigin-Name: 981ce46232de991af9bb7693a68ebba279191521
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 924cdcc..0909b21 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.28 2000/06/15 15:56:48 ericm Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.29 2000/07/18 18:17:47 mo Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -83,7 +83,7 @@ TCL_BIN_DIR = @TCL_BIN_DIR@ # The directory containing the Tcl sources and headers appropriate # 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_GENERIC_DIR = @TCL_SRC_DIR@/generic # This is a switch passed to a Cygwin script that generates file # names based on the platform. |