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 + + * Makefile.in: Eliminate unneeded Makefile recreation rule. + 2002-02-27 Christopher Faylor * 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 -# -