summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-09-09 13:59:09 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-09-09 13:59:09 (GMT)
commitd224e0841dc47eb837cd8d1172b8437de59a09c2 (patch)
treeb9d3a27e14457f380cc172bbcaf2d825428ae992 /unix/Makefile.in
parent982533993687abc861d0008a992585b4529fd400 (diff)
downloadtcl-core_zip_vfs_static.zip
tcl-core_zip_vfs_static.tar.gz
tcl-core_zip_vfs_static.tar.bz2
Add Static library link instructions to tclConfig.shcore_zip_vfs_static
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 7d9b82d..c66cc0a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -649,12 +649,6 @@ ${TCL_KIT_LIB_FILE}: ${TCL_OBJS} ${TOMMATH_OBJS} ${ZLIB_OBJS}
rm -f $@
@MAKE_KIT_LIB@
- #${SHLIB_LD} $@ ${TCL_OBJS} ${TOMMATH_OBJS} ${ZLIB_OBJS} ; ${RANLIB} $@
- #${CC} ${CFLAGS} ${LDFLAGS} \
- # ${TCL_OBJS} ${TOMMATH_OBJS} ${ZLIB_OBJS} \
- # ${CC_SEARCH_FLAGS} -o ${TCL_KIT_LIB_FILE}
-
-
# Make target which outputs the list of the .o contained in the Tcl lib useful
# to build a single big shared library containing Tcl and other extensions.
# Used for the Tcl Plugin. -- dl