diff options
author | mdejong <mdejong> | 2001-08-10 01:18:43 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-08-10 01:18:43 (GMT) |
commit | a824d7b8087eb9e6024ad460b982386fe419faea (patch) | |
tree | a8365826e987309cdc825467d87842d938fbecf6 | |
parent | d7c342a4ee3392e4a7f62257ef6906bc1c1a3d2f (diff) | |
download | tcl-a824d7b8087eb9e6024ad460b982386fe419faea.zip tcl-a824d7b8087eb9e6024ad460b982386fe419faea.tar.gz tcl-a824d7b8087eb9e6024ad460b982386fe419faea.tar.bz2 |
* unix/Makefile.in: Delete the unused getcwd.o
target. This fixes bug #440942.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | unix/Makefile.in | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2001-08-09 Mo DeJong <mdejong@redhat.com> + + * unix/Makefile.in: Delete the unused getcwd.o + target. This fixes bug #440942. + 2001-08-08 Don Porter <dgp@users.sourceforge.net> * library/dde/pkgIndex.tcl: diff --git a/unix/Makefile.in b/unix/Makefile.in index 448c2d5..a34f820 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.80 2001/07/11 00:59:30 mdejong Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.81 2001/08/10 01:18:43 mdejong Exp $ VERSION = @TCL_VERSION@ @@ -1013,9 +1013,6 @@ tclXtTest.o: $(UNIX_DIR)/tclXtTest.c fixstrtod.o: $(COMPAT_DIR)/fixstrtod.c $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/fixstrtod.c -getcwd.o: $(COMPAT_DIR)/getcwd.c - $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/getcwd.c - opendir.o: $(COMPAT_DIR)/opendir.c $(CC) -c $(STUB_CC_SWITCHES) $(COMPAT_DIR)/opendir.c |