summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-16 10:55:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-16 10:55:42 (GMT)
commit39819166a3b98ee177b505345e556b8715725c17 (patch)
treebcc32a89e05939dd1a2a8b337a234564e9ddbaef /unix/Makefile.in
parent7c0f9207a9e6e12b75454bcef622598a9b8d5ba1 (diff)
parent31b415218813b465bfd99d4d79ae85e95c90028f (diff)
downloadtcl-39819166a3b98ee177b505345e556b8715725c17.zip
tcl-39819166a3b98ee177b505345e556b8715725c17.tar.gz
tcl-39819166a3b98ee177b505345e556b8715725c17.tar.bz2
Fix --enable-symbols build on Cygwin. Reported by François Vogel
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index c90fd16..da43c5d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -628,7 +628,7 @@ ${LIB_FILE}: ${STUB_LIB_FILE} ${OBJS}
${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
@if test "x${LIB_FILE}" = "xlibtcl${MAJOR_VERSION}.${MINOR_VERSION}.dll"; then \
- (cd ${TOP_DIR}/win; ${MAKE} tcldde14.dll tclreg13.dll); \
+ (cd ${TOP_DIR}/win; ${MAKE} winextensions); \
fi
rm -f $@
@MAKE_STUB_LIB@