Commit fe46648c by Marc Espie Committed by Jeff Law

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

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

From-SVN: r23842
parent ccdbc04a
...@@ -57,7 +57,7 @@ site.exp: ./config.status Makefile ...@@ -57,7 +57,7 @@ site.exp: ./config.status Makefile
-@rm -f ./tmp? -@rm -f ./tmp?
just-check: site.exp just-check: site.exp
rootme=`pwd`; export rootme; \ -rootme=`pwd`; export rootme; \
srcdir=${srcdir} ; export srcdir ; \ srcdir=${srcdir} ; export srcdir ; \
EXPECT=${EXPECT} ; export EXPECT ; \ EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $${rootme}/../../expect/expect ] ; then \ if [ -f $${rootme}/../../expect/expect ] ; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment