Makefile.in (just-check): Ignore errors.

�
        * Makefile.in (just-check): Ignore errors.

From-SVN: r23843
This commit is contained in:
Marc Espie 1998-11-25 01:03:23 +01:00 committed by Jeff Law
parent fe46648cf5
commit e8294a3575
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Nov 25 01:00:07 1998 Marc Espie <espie@quatramaran.ens.fr>
* Makefile.in (just-check): Ignore errors.
Sat Jun 27 23:59:35 1998 Carlo Wood <carlo@runaway.xs4all.nl>
* lib/libio.exp (test_libio): Reset ld_library_path before appending

View File

@ -80,7 +80,7 @@ site.exp: ./config.status Makefile
-@rm -f ./tmp?
just-check: site.exp
rootme=`pwd`; export rootme; \
-rootme=`pwd`; export rootme; \
srcdir=${srcdir} ; export srcdir ; \
EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $${rootme}/../../../expect/expect ] ; then \