diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-09-28 15:43:01 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-09-28 15:43:01 (GMT) |
commit | ed1a39674bcefde95dc18068ce7e17ae293fe9e3 (patch) | |
tree | a5ca901b1b747e314b9e99bc60e0f0be4b9d529d /unix/Makefile.in | |
parent | febbc1b38ee29ebd5f6115e579a65c0660cf1837 (diff) | |
download | tcl-ed1a39674bcefde95dc18068ce7e17ae293fe9e3.zip tcl-ed1a39674bcefde95dc18068ce7e17ae293fe9e3.tar.gz tcl-ed1a39674bcefde95dc18068ce7e17ae293fe9e3.tar.bz2 |
merge
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ba16b85..11ca16c 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.306.2.2 2010/09/25 14:51:13 kennykb Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.306.2.3 2010/09/28 15:43:01 kennykb Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1591,6 +1591,9 @@ strtoul.o: $(COMPAT_DIR)/strtoul.c waitpid.o: $(COMPAT_DIR)/waitpid.c $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/waitpid.c +fake-rfc2553.o: $(COMPAT_DIR)/fake-rfc2553.c + $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/fake-rfc2553.c + # For building zlib, only used in some build configurations Zadler32.o: $(ZLIB_DIR)/adler32.c $(CC) -c -o $@ $(CC_SWITCHES) -I$(ZLIB_DIR) $(ZLIB_DIR)/adler32.c |