diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-15 18:38:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-15 18:38:02 (GMT) |
commit | d3f32c25f4f4e52eff048406ab16786b1de14677 (patch) | |
tree | 8a8212da8cd407a47f23422e2ef3e4f3f728530e /unix/Makefile.in | |
parent | 3bf2e431b1f1d665dc8ce7d2b34635376fdc58be (diff) | |
download | tcl-d3f32c25f4f4e52eff048406ab16786b1de14677.zip tcl-d3f32c25f4f4e52eff048406ab16786b1de14677.tar.gz tcl-d3f32c25f4f4e52eff048406ab16786b1de14677.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 3811c03..97fee9b 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.207.2.10 2007/09/17 16:26:19 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.207.2.11 2007/10/15 18:38:07 dgp Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1501,15 +1501,9 @@ strtod.o: $(COMPAT_DIR)/strtod.c strtol.o: $(COMPAT_DIR)/strtol.c $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strtol.c -strtoll.o: $(COMPAT_DIR)/strtoll.c - $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strtoll.c - strtoul.o: $(COMPAT_DIR)/strtoul.c $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strtoul.c -strtoull.o: $(COMPAT_DIR)/strtoull.c - $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/strtoull.c - tmpnam.o: $(COMPAT_DIR)/tmpnam.c $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/tmpnam.c |