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 /unix | |
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 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index c90fd16..da43c5d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -628,7 +628,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@ |