* Makefile.in (just-check): Remove. Move body to...

(check): ... here.
This commit is contained in:
Tom Tromey 2008-07-28 20:05:58 +00:00
parent 2fe5e3ffed
commit bae98fe013
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-07-28 Tom Tromey <tromey@redhat.com>
* Makefile.in (just-check): Remove. Move body to...
(check): ... here.
2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.threads/manythreads.exp: Use remote_expect instead of after.

View File

@ -122,9 +122,7 @@ site.exp: ./config.status Makefile
installcheck:
check: site.exp all just-check
just-check:
check: all site.exp
rootme=`pwd`; export rootme; \
srcdir=${srcdir} ; export srcdir ; \
EXPECT=${EXPECT} ; export EXPECT ; \