diff options
author | Rob Savoye <rob@cygnus> | 1994-06-18 20:06:27 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-06-18 20:06:27 +0000 |
commit | a7175ea958130445b121b8461dcad6435062f62a (patch) | |
tree | c279f24fb5f8c9abadda6f547381d7059ed8a632 | |
parent | a8594cb3f386e8cb4bc5e0d30f58f4ff6db4a31d (diff) | |
download | gdb-a7175ea958130445b121b8461dcad6435062f62a.zip gdb-a7175ea958130445b121b8461dcad6435062f62a.tar.gz gdb-a7175ea958130445b121b8461dcad6435062f62a.tar.bz2 |
Don't pass AS and ASFLAGS, it's now done in the testing code.
-rw-r--r-- | gas/testsuite/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 80bdf09..3e4f795 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -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: |