diff options
author | wart <wart@noemail.net> | 1999-06-22 18:56:57 (GMT) |
---|---|---|
committer | wart <wart@noemail.net> | 1999-06-22 18:56:57 (GMT) |
commit | 3ff57c461577b97cfadea716381f287d9ebe07e9 (patch) | |
tree | 288cd15f66924fbb7c4a43e9f2714a3bb41cedfc /unix | |
parent | 76b39ff03088759f20126c17f665b9ee2c3b8dfa (diff) | |
download | tk-3ff57c461577b97cfadea716381f287d9ebe07e9.zip tk-3ff57c461577b97cfadea716381f287d9ebe07e9.tar.gz tk-3ff57c461577b97cfadea716381f287d9ebe07e9.tar.bz2 |
Updated comments in Makefile.in
FossilOrigin-Name: 7db43f9bf3503bb1e0164259762e2067f4b72bfa
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 3b7b69f..4d8c90f 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.20 1999/06/18 18:44:01 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.21 1999/06/22 18:56:57 wart Exp $ # Current Tk version; used in various names. @@ -41,7 +41,7 @@ INSTALL_ROOT = TK_LIBRARY = $(prefix)/lib/tk$(VERSION) # Path name to use when installing library scripts: -SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY) +SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)/$(TK_LIBRARY) # Directory in which to install the .a or .so binary for the Tk library: LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib |