projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8594cb
)
Don't pass AS and ASFLAGS, it's now done in the testing code.
author
Rob Savoye
<rob@cygnus>
Sat, 18 Jun 1994 20:06:27 +0000
(20:06 +0000)
committer
Rob Savoye
<rob@cygnus>
Sat, 18 Jun 1994 20:06:27 +0000
(20:06 +0000)
gas/testsuite/Makefile.in
patch
|
blob
|
history
diff --git
a/gas/testsuite/Makefile.in
b/gas/testsuite/Makefile.in
index 80bdf09ec1b7f1a3384641b8bd8610eb6b8160d7..3e4f7957a45dc32951fe11bccd8ccbfd674e8bd8 100644
(file)
--- 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: