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
parent31d7abadfee7da27924f7130e470ea701b39bc3e (diff)
* Makefile (check): Add cygrun.exe dependency.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/ChangeLog4
-rw-r--r--winsup/testsuite/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog
index 976026730..87e6f6973 100644
--- a/winsup/testsuite/ChangeLog
+++ b/winsup/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2003-01-23 Christopher Faylor <cgf@redhat.com>
+ * Makefile (check): Add cygrun.exe dependency.
+
+2003-01-23 Christopher Faylor <cgf@redhat.com>
+
Perform more C warning fixup on all C source files and headers.
2003-01-23 Christopher Faylor <cgf@redhat.com>
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 \