diff options
author | hypnotoad <yoda@etoyoc.com> | 2014-09-01 23:23:37 (GMT) |
---|---|---|
committer | hypnotoad <yoda@etoyoc.com> | 2014-09-01 23:23:37 (GMT) |
commit | e89bf13d497bd706615a2ad4cac74b294c80f739 (patch) | |
tree | b7d0e47f114aa4415063727ebc31b98f366cd9a1 | |
parent | 8f251b9dc0cd1247a7645c0ecbf86f7635c30b10 (diff) | |
download | tcl-e89bf13d497bd706615a2ad4cac74b294c80f739.zip tcl-e89bf13d497bd706615a2ad4cac74b294c80f739.tar.gz tcl-e89bf13d497bd706615a2ad4cac74b294c80f739.tar.bz2 |
Tweaking the Makefile instructions for Tclkits under unix
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index d41e0d9..a228497 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -654,7 +654,7 @@ ${TCLKIT_EXE}: ${TCLSH_OBJS} ${TCL_LIB_FILE} ${LIBS} @EXTRA_TCLSH_LIBS@ \ ${CC_SEARCH_FLAGS} -o ${TCLKIT_EXE} PWD=`pwd` - cd $(SCRIPT_INSTALL_DIR) ; zip -rAq ${PWD}/tclkit.zip tcl8 tcl8.6 + cd ${prefix}/lib ; zip -rAq ${PWD}/tclkit.zip tcl8 tcl8.6 cat tclkit.zip >> ${TCLKIT_EXE} # Must be empty so it doesn't conflict with rule for ${TCL_EXE} above |