summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-03-02 23:53:07 (GMT)
committerhobbs <hobbs>2000-03-02 23:53:07 (GMT)
commit067c0df725833372c99b28875b37891f7de40d15 (patch)
tree96a6244561899ff338b237b2d95f202c51f816de /unix/Makefile.in
parentb93159911b0f165035cde37eb6cc152e758f12f9 (diff)
downloadtk-067c0df725833372c99b28875b37891f7de40d15.zip
tk-067c0df725833372c99b28875b37891f7de40d15.tar.gz
tk-067c0df725833372c99b28875b37891f7de40d15.tar.bz2
* unix/Makefile.in (SCRIPT_INSTALL_DIR): removed extraneous '/'
* unix/aclocal.m4: corrected TCL_NEEDS_EXP_FILE to be 1 for AIX
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b4b3437..5fa8bcc 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.41 2000/02/14 22:43:32 ericm Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.42 2000/03/02 23:53:07 hobbs 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