diff options
author | dgp <dgp@users.sourceforge.net> | 2015-05-20 15:17:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-05-20 15:17:10 (GMT) |
commit | b88c04907a34f7ca20777929634bcc40370d95ee (patch) | |
tree | ad3c575d49def04815eaa31f43308218f3977706 /unix/Makefile.in | |
parent | b873e97ffc2c7c961d29709020e22e98c2d39511 (diff) | |
download | tk-b88c04907a34f7ca20777929634bcc40370d95ee.zip tk-b88c04907a34f7ca20777929634bcc40370d95ee.tar.gz tk-b88c04907a34f7ca20777929634bcc40370d95ee.tar.bz2 |
[29044ba23f] Remove RANLIB as part of library installation. At best it's redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0736055..331722c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -709,10 +709,6 @@ install-strip: INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}" \ INSTALL_LIBRARY="$(INSTALL_LIBRARY) ${INSTALL_STRIP_LIBRARY}" -# Note: before running ranlib below, must cd to target directory because -# some ranlibs write to current directory, and this might not always be -# possible (e.g. if installing as root). - install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE} @for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \ "$(PKG_INSTALL_DIR)" "$(CONFIG_INSTALL_DIR)" ; \ |