summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-11-19 13:02:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-11-19 13:02:05 (GMT)
commitc92c45037cf894a4599a8b1a8915575a7949dbf0 (patch)
treec1d1a1ad7d27af149a257ef0eba6b35dea1f5057 /unix/Makefile.in
parent2f86234cbc7748ccb2028dffe113d2acfad28c28 (diff)
parent292a07fb1ed3636070430bbcda1f350629eba5e2 (diff)
downloadtcl-c92c45037cf894a4599a8b1a8915575a7949dbf0.zip
tcl-c92c45037cf894a4599a8b1a8915575a7949dbf0.tar.gz
tcl-c92c45037cf894a4599a8b1a8915575a7949dbf0.tar.bz2
merge trunk
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 6c09473..6e3ad8a 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -613,7 +613,7 @@ SRCS = $(GENERIC_SRCS) $(TOMMATH_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \
all: binaries libraries doc packages
-binaries: ${LIB_FILE} $(STUB_LIB_FILE) ${TCL_EXE}
+binaries: ${LIB_FILE} ${TCL_EXE}
libraries:
@@ -621,11 +621,14 @@ doc:
# The following target is configured by autoconf to generate either a shared
# library or non-shared library for Tcl.
-${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE}
+${LIB_FILE}: ${STUB_LIB_FILE} ${OBJS}
rm -f $@
@MAKE_LIB@
${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); \
+ fi
rm -f $@
@MAKE_STUB_LIB@