* Makefile (check): Add cygrun.exe dependency.
This commit is contained in:
parent
31d7abadfe
commit
23a30ba8d9
|
@ -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>
|
2003-01-23 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
Perform more C warning fixup on all C source files and headers.
|
Perform more C warning fixup on all C source files and headers.
|
||||||
|
|
|
@ -172,7 +172,7 @@ testsuite/site.exp: site.exp
|
||||||
|
|
||||||
# Note: we set the PATH so that we can pick up new-cygwin1.dll
|
# 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; \
|
cd testsuite; \
|
||||||
EXPECT=${EXPECT} ; export EXPECT ; \
|
EXPECT=${EXPECT} ; export EXPECT ; \
|
||||||
if [ -f $(bupdir2)/expect/expect ] ; then \
|
if [ -f $(bupdir2)/expect/expect ] ; then \
|
||||||
|
|
Loading…
Reference in New Issue