* Makefile (check): Add cygrun.exe dependency.
This commit is contained in:
		| @@ -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  \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user