* Makefile.in (check): Delete as.new dependency, so that

regression test doesn't trigger an assembler build.
This commit is contained in:
Bill Cox 1994-06-08 13:30:30 +00:00
parent b5775df3dc
commit 0b3d0999e9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Jun 8 06:28:37 1994 Bill Cox (bill@cygnus.com)
* Makefile.in (check): Delete as.new dependency, so that
regression test doesn't trigger an assembler build.
Tue Jun 7 13:33:18 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* Makefile.in (mostlyclean, realclean): New targets.

View file

@ -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)