summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-18 08:53:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-11-18 08:53:34 (GMT)
commita53edf115ca4fd670cc24c9e7b108cad7bd93102 (patch)
tree5f91f7415c5d526ae348846270aa5e4dca2ae89a /unix/Makefile.in
parent1a587a5fb9ae486be89721efce8432fa540e5c4e (diff)
parent0c95d1d7c2d07e8a422b8af055160e8009e7eeb4 (diff)
downloadtcl-a53edf115ca4fd670cc24c9e7b108cad7bd93102.zip
tcl-a53edf115ca4fd670cc24c9e7b108cad7bd93102.tar.gz
tcl-a53edf115ca4fd670cc24c9e7b108cad7bd93102.tar.bz2
Merge trunk
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 9258207..ebbd61c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -630,7 +630,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@