summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-24 12:32:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-24 12:32:04 (GMT)
commit3261c033d2e7b0efac1c023c890de2254c2d8bbd (patch)
tree5ccd64c2828e4aecdcfd6525ed19979879de8717 /win/Makefile.in
parent9e52c62db68eb5312db3378faa921f3dfaa35e41 (diff)
parentc65fe541cc2c408ec080a298a3eed3c752a5975c (diff)
downloadtcl-3261c033d2e7b0efac1c023c890de2254c2d8bbd.zip
tcl-3261c033d2e7b0efac1c023c890de2254c2d8bbd.tar.gz
tcl-3261c033d2e7b0efac1c023c890de2254c2d8bbd.tar.bz2
Merge 8.7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 7adb057..aa8cd54 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -577,7 +577,7 @@ ${TCL_LIB_FILE}: ${TCL_OBJS}
@MAKE_LIB@ ${TCL_OBJS} ${DDE_OBJS} ${REG_OBJS}
@POST_MAKE_LIB@
-${DDE_DLL_FILE}: ${TCL_STUB_LIB_FILE}
+${DDE_DLL_FILE}: ${TCL_STUB_LIB_FILE} ${DDE_OBJS}
@MAKE_DLL@ ${DDE_OBJS} $(TCL_STUB_LIB_FILE) $(SHLIB_LD_LIBS)
$(COPY) tclsh.exe.manifest ${DDE_DLL_FILE}.manifest