diff options
author | wart <wart> | 1999-06-22 18:51:00 (GMT) |
---|---|---|
committer | wart <wart> | 1999-06-22 18:51:00 (GMT) |
commit | 600a32065c8c3e480970f32fb7b753a5b94a084d (patch) | |
tree | 37f02ff860ba369d503e762c9e8d60223ac0b01e /unix | |
parent | d24bf9855f0dfc339d73ccccd80c0d7029d7b3da (diff) | |
download | tcl-600a32065c8c3e480970f32fb7b753a5b94a084d.zip tcl-600a32065c8c3e480970f32fb7b753a5b94a084d.tar.gz tcl-600a32065c8c3e480970f32fb7b753a5b94a084d.tar.bz2 |
TCL_LIBRARY is now set in the Makefile
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index b7790d4..9ebcb2c 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.32 1999/06/16 22:36:23 surles Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.33 1999/06/22 18:51:00 wart Exp $ VERSION = @TCL_VERSION@ @@ -32,6 +32,8 @@ exec_prefix = @exec_prefix@ # when installing files. INSTALL_ROOT = +TCL_LIBRARY = tcl$(VERSION) + # Path to use at runtime to refer to LIB_INSTALL_DIR: LIB_RUNTIME_DIR = $(exec_prefix)/lib |