From 600a32065c8c3e480970f32fb7b753a5b94a084d Mon Sep 17 00:00:00 2001 From: wart Date: Tue, 22 Jun 1999 18:51:00 +0000 Subject: TCL_LIBRARY is now set in the Makefile --- unix/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12