Don't pass AS and ASFLAGS, it's now done in the testing code.

This commit is contained in:
Rob Savoye 1994-06-18 20:06:27 +00:00
parent a8594cb3f3
commit a7175ea958

View file

@ -130,7 +130,7 @@ check: site.exp
if [ -f $${rootme}/../../expect/expect ] ; then \
TCL_LIBRARY=$${srcdir}/../../tcl/library ; \
export TCL_LIBRARY ; fi ; \
$(RUNTEST) $(RUNTESTFLAGS) --tool gas AS=$(AS_FOR_TARGET) ASFLAGS="$(ASFLAGS)"
$(RUNTEST) $(RUNTESTFLAGS) --tool gas
force: