diff options
Diffstat (limited to 'unix/Makefile.in')
-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"; \ |