summaryrefslogtreecommitdiffstats
path: root/win/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 /win/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 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 132721a..7e6486c 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -419,7 +419,9 @@ all: binaries libraries doc packages
tcltest: $(TCLSH) $(TEST_DLL_FILE)
-binaries: $(TCL_STUB_LIB_FILE) @LIBRARIES@ $(DDE_DLL_FILE) $(REG_DLL_FILE) $(TCLSH)
+binaries: $(TCL_STUB_LIB_FILE) @LIBRARIES@ winextensions $(TCLSH)
+
+winextensions: ${DDE_DLL_FILE} ${REG_DLL_FILE}
libraries: