* Makefile.am (EXPECT): Set to expect.

(RUNTEST): Likewise, set to runtest.
	* Makefile.in: Regenerate.
This commit is contained in:
Ben Elliston
2005-06-29 20:30:00 +00:00
parent 89b8508504
commit c329887411
9 changed files with 30 additions and 45 deletions

View File

@ -527,13 +527,8 @@ $(OBJS): $(INCDIR)/bin-bugs.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
echo $${rootme}/../expect/expect ; \
else echo expect ; fi`
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
fi`
EXPECT = expect
RUNTEST = runtest
RUNTESTFLAGS=
check-DEJAGNU: site.exp