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>2003-01-24 04:30:43 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-24 04:30:43 +0300
commit23a30ba8d961bf4462cb5a355299cc6d63aeaa95 (patch)
tree7992038fbf8a52a5adf0988fa49127d76e03df76 /winsup/testsuite/Makefile.in
parent31d7abadfee7da27924f7130e470ea701b39bc3e (diff)
* Makefile (check): Add cygrun.exe dependency.
Diffstat (limited to 'winsup/testsuite/Makefile.in')
-rw-r--r--winsup/testsuite/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in
index b3ca3e8bf..bb3d5c9c9 100644
--- a/winsup/testsuite/Makefile.in
+++ b/winsup/testsuite/Makefile.in
@@ -172,7 +172,7 @@ testsuite/site.exp: site.exp
# Note: we set the PATH so that we can pick up new-cygwin1.dll
-check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp
+check: $(TESTSUP_LIB_NAME) $(RUNTIME) cygrun.exe testsuite/site.exp
cd testsuite; \
EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $(bupdir2)/expect/expect ] ; then \