diff options
author | Christopher Faylor <me@cgf.cx> | 2002-07-04 03:08:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-07-04 03:08:00 +0000 |
commit | 3368050f8fce89cc858082070390e17e2df971ca (patch) | |
tree | 61aff4dc417d6180b6dac9bd9c735d95b229f4d5 /winsup/testsuite/Makefile.in | |
parent | 1f52cb5d3e650267638af05eea6ae2e9359a6e19 (diff) | |
download | cygnal-3368050f8fce89cc858082070390e17e2df971ca.tar.gz cygnal-3368050f8fce89cc858082070390e17e2df971ca.tar.bz2 cygnal-3368050f8fce89cc858082070390e17e2df971ca.zip |
* Makefile.in: Eliminate unneeded Makefile recreation rule.
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r-- | winsup/testsuite/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
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 -# - |