aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-07-04 03:08:00 +0000
committerChristopher Faylor <me@cgf.cx>2002-07-04 03:08:00 +0000
commit3368050f8fce89cc858082070390e17e2df971ca (patch)
tree61aff4dc417d6180b6dac9bd9c735d95b229f4d5
parent1f52cb5d3e650267638af05eea6ae2e9359a6e19 (diff)
downloadnewlib-3368050f8fce89cc858082070390e17e2df971ca.zip
newlib-3368050f8fce89cc858082070390e17e2df971ca.tar.gz
newlib-3368050f8fce89cc858082070390e17e2df971ca.tar.bz2
* Makefile.in: Eliminate unneeded Makefile recreation rule.
-rw-r--r--winsup/testsuite/ChangeLog4
-rw-r--r--winsup/testsuite/Makefile.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index c5fcd94..5d9e335 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-03 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in: Eliminate unneeded Makefile recreation rule.
+
2002-02-27 Christopher Faylor <cgf@redhat.com>
* winsup.api/systemcall.c (main): Ensure that stdin is redirected.
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index a620519..dd4abe4 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -182,8 +182,3 @@ check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp
export TCL_LIBRARY ; fi ; \
PATH=$${rootme}/../cygwin:$${PATH} ;\
$(RUNTEST) --tool winsup $(RUNTESTFLAGS)
-
-Makefile: Makefile.in $(srcdir)/configure.in config.status
- $(SHELL) config.status
-#
-