aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorBill Cox <bill@cygnus>1994-06-08 13:30:30 +0000
committerBill Cox <bill@cygnus>1994-06-08 13:30:30 +0000
commit0b3d0999e96c8ccc0c552dfee27be3d48d811f12 (patch)
tree4b1cdabb49fc9a3e377c2ff36586005e49b7cd66 /gas/Makefile.in
parentb5775df3dce36c9eb7c88fd865183b8bc4b9636d (diff)
downloadgdb-0b3d0999e96c8ccc0c552dfee27be3d48d811f12.zip
gdb-0b3d0999e96c8ccc0c552dfee27be3d48d811f12.tar.gz
gdb-0b3d0999e96c8ccc0c552dfee27be3d48d811f12.tar.bz2
* Makefile.in (check): Delete as.new dependency, so that
regression test doesn't trigger an assembler build.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index c9e4d8d..fd2519c 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -294,7 +294,7 @@ gasp.new: gasp.o
installcheck:
@echo No installcheck target is available yet for the GNU assembler.
-check: as.new
+check:
@(here=`pwd` ; export here ; \
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $(CHECKFLAGS) check)