diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-16 10:55:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-16 10:55:42 (GMT) |
commit | 39819166a3b98ee177b505345e556b8715725c17 (patch) | |
tree | bcc32a89e05939dd1a2a8b337a234564e9ddbaef /win | |
parent | 7c0f9207a9e6e12b75454bcef622598a9b8d5ba1 (diff) | |
parent | 31b415218813b465bfd99d4d79ae85e95c90028f (diff) | |
download | tcl-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')
-rw-r--r-- | win/Makefile.in | 4 |
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: |