* Makefile.in: Eliminate unneeded Makefile recreation rule.
This commit is contained in:
parent
1f52cb5d3e
commit
3368050f8f
|
@ -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>
|
2002-02-27 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* winsup.api/systemcall.c (main): Ensure that stdin is redirected.
|
* winsup.api/systemcall.c (main): Ensure that stdin is redirected.
|
||||||
|
|
|
@ -182,8 +182,3 @@ check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp
|
||||||
export TCL_LIBRARY ; fi ; \
|
export TCL_LIBRARY ; fi ; \
|
||||||
PATH=$${rootme}/../cygwin:$${PATH} ;\
|
PATH=$${rootme}/../cygwin:$${PATH} ;\
|
||||||
$(RUNTEST) --tool winsup $(RUNTESTFLAGS)
|
$(RUNTEST) --tool winsup $(RUNTESTFLAGS)
|
||||||
|
|
||||||
Makefile: Makefile.in $(srcdir)/configure.in config.status
|
|
||||||
$(SHELL) config.status
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue