* Makefile.in (check): Delete as.new dependency, so that
authorBill Cox <bill@cygnus>
Wed, 8 Jun 1994 13:30:30 +0000 (13:30 +0000)
committerBill Cox <bill@cygnus>
Wed, 8 Jun 1994 13:30:30 +0000 (13:30 +0000)
regression test doesn't trigger an assembler build.

gas/ChangeLog
gas/Makefile.in

index 4cc10f54c1ffde544da7688fd3db5be4b4aefe18..33f53affdab1ad8d609309151502f471069c82f4 100644 (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.
index c9e4d8d09147e5c0ef327308106d913139c05f3b..fd2519cceaf8da46e73e8a0ce3538b93084e9aa4 100644 (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)
 
This page took 0.033699 seconds and 4 git commands to generate.