diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-16 10:32:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-16 10:32:40 (GMT) |
commit | 4e12f02a757c83c7f40ca1e29f44654b9627a757 (patch) | |
tree | 973682064f3187975c0303ae3e3cda752f61adc0 /unix | |
parent | d85dd92c27562ffe41be0a59d06b4df81b832973 (diff) | |
download | tcl-4e12f02a757c83c7f40ca1e29f44654b9627a757.zip tcl-4e12f02a757c83c7f40ca1e29f44654b9627a757.tar.gz tcl-4e12f02a757c83c7f40ca1e29f44654b9627a757.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 1f2cd77..84d0391 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -560,7 +560,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} libtclstub${MAJOR_VERSION}${MINOR_VERSION}.a); \ + (cd ${TOP_DIR}/win; ${MAKE} winextensions); \ fi rm -f $@ @MAKE_STUB_LIB@ |