Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-07-04 07:08:00 +0400
committerChristopher Faylor <me@cgf.cx>2002-07-04 07:08:00 +0400
commit3368050f8fce89cc858082070390e17e2df971ca (patch)
tree61aff4dc417d6180b6dac9bd9c735d95b229f4d5 /winsup/testsuite
parent1f52cb5d3e650267638af05eea6ae2e9359a6e19 (diff)
* Makefile.in: Eliminate unneeded Makefile recreation rule.
Diffstat (limited to 'winsup/testsuite')
-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 c5fcd9447..5d9e335e6 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 a620519e6..dd4abe4a3 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
-#
-