diff options
author | redman <redman@noemail.net> | 1999-07-27 16:46:11 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-07-27 16:46:11 (GMT) |
commit | eaec9af8243f02c4277bcf4c2b4f704a3bc5221b (patch) | |
tree | 5c7ab88eff7a6f3b5c1e87a492a593fcb9b8df91 /unix | |
parent | 86a44bf91f6bed786047c7f859692a8f1aed47ab (diff) | |
download | tk-eaec9af8243f02c4277bcf4c2b4f704a3bc5221b.zip tk-eaec9af8243f02c4277bcf4c2b4f704a3bc5221b.tar.gz tk-eaec9af8243f02c4277bcf4c2b4f704a3bc5221b.tar.bz2 |
Fix one more install-sh bug
FossilOrigin-Name: 3dda4c425bf77e9cb1c2efc940d6f57ac8a33649
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 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"; \ |