From 2ddc268be95907c83da9f277ea6110444c5f035b Mon Sep 17 00:00:00 2001 From: redman Date: Tue, 27 Jul 1999 16:46:12 +0000 Subject: Fix one more install-sh bug --- unix/Makefile.in | 4 ++-- 1 file 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"; \ -- cgit v0.12