summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-29 10:12:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-29 10:12:12 (GMT)
commit9bfd2fab46c184c9b9e968190461f706c8729572 (patch)
tree77052a1b04cfbe94d67b034868a6b6d1fd59091d /unix/Makefile.in
parent83bd34e627b2f9c0c0b5fe3917e82f3428dc9565 (diff)
parent35f064fd91f1a987c493f4740df59d3a0f162a42 (diff)
downloadtcl-9bfd2fab46c184c9b9e968190461f706c8729572.zip
tcl-9bfd2fab46c184c9b9e968190461f706c8729572.tar.gz
tcl-9bfd2fab46c184c9b9e968190461f706c8729572.tar.bz2
Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/].
Don't hardcode "tclWinError.o" for Cygwin
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 163f4b5..443e70d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -349,6 +349,8 @@ NOTIFY_OBJS = tclUnixNotfy.o
MAC_OSX_OBJS = tclMacOSXBundle.o tclMacOSXFCmd.o tclMacOSXNotify.o
+CYGWIN_OBJS = tclWinError.o
+
DTRACE_OBJ = tclDTrace.o
ZLIB_OBJS = Zadler32.o Zcompress.o Zcrc32.o Zdeflate.o Zinfback.o \
@@ -578,6 +580,9 @@ MAC_OSX_SRCS = \
$(MAC_OSX_DIR)/tclMacOSXFCmd.c \
$(MAC_OSX_DIR)/tclMacOSXNotify.c
+CYGWIN_SRCS = \
+ $(TOP_DIR)/win/tclWinError.c
+
DTRACE_HDR = tclDTrace.h
DTRACE_SRC = $(GENERIC_DIR)/tclDTrace.d