diff options
author | wart <wart@noemail.net> | 1999-08-04 23:42:14 (GMT) |
---|---|---|
committer | wart <wart@noemail.net> | 1999-08-04 23:42:14 (GMT) |
commit | 1f5b2f5fc12e0096630271363406b33eb9dd3c25 (patch) | |
tree | 510dd1c8b4d9cd26135668d1a31843ad99f7865a /unix | |
parent | fde4b513588b803f12a6809410c670de73401286 (diff) | |
download | tk-1f5b2f5fc12e0096630271363406b33eb9dd3c25.zip tk-1f5b2f5fc12e0096630271363406b33eb9dd3c25.tar.gz tk-1f5b2f5fc12e0096630271363406b33eb9dd3c25.tar.bz2 |
Added line to make mkLinks executable before it's used.
FossilOrigin-Name: 9685881c6c118cc9ca8c1ab2043d49cacb31bab3
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ca07531..27cc9bb 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.28 1999/07/27 16:46:12 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.29 1999/08/04 23:42:15 wart Exp $ # Current Tk version; used in various names. @@ -430,6 +430,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) wish done; @echo "Installing $(TK_LIB_FILE)" chmod +x $(UNIX_DIR)/install-sh + chmod +x $(UNIX_DIR)/mkLinks @$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE)) @chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE) |