* Makefile (check): Add cygrun.exe dependency.

This commit is contained in:
Christopher Faylor 2003-01-24 01:30:43 +00:00
parent 31d7abadfe
commit 23a30ba8d9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

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