* Makefile.in: Eliminate unneeded Makefile recreation rule.

This commit is contained in:
Christopher Faylor 2002-07-04 03:08:00 +00:00
parent 1f52cb5d3e
commit 3368050f8f
2 changed files with 4 additions and 5 deletions

View File

@ -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.

View File

@ -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
#