summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorredman <redman>1999-07-27 16:46:12 (GMT)
committerredman <redman>1999-07-27 16:46:12 (GMT)
commit2ddc268be95907c83da9f277ea6110444c5f035b (patch)
tree5c7ab88eff7a6f3b5c1e87a492a593fcb9b8df91 /unix
parent8ccbbe14e929d1c4cc1acb213f06e277adb1518c (diff)
downloadtk-2ddc268be95907c83da9f277ea6110444c5f035b.zip
tk-2ddc268be95907c83da9f277ea6110444c5f035b.tar.gz
tk-2ddc268be95907c83da9f277ea6110444c5f035b.tar.bz2
Fix one more install-sh bug
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 875fded..ca07531 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.27 1999/07/23 16:21:13 redman Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.28 1999/07/27 16:46:12 redman Exp $
# Current Tk version; used in various names.
@@ -459,7 +459,7 @@ install-libraries:
else true; \
fi; \
done;
- chmod +x $(SRC_DIR)/install-sh
+ chmod +x $(UNIX_DIR)/install-sh
@for i in $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h ; \
do \
echo "Installing $$i"; \