diff options
author | Bill Cox <bill@cygnus> | 1994-06-08 13:30:30 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1994-06-08 13:30:30 +0000 |
commit | 0b3d0999e96c8ccc0c552dfee27be3d48d811f12 (patch) | |
tree | 4b1cdabb49fc9a3e377c2ff36586005e49b7cd66 /gas | |
parent | b5775df3dce36c9eb7c88fd865183b8bc4b9636d (diff) | |
download | gdb-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')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4cc10f5..33f53af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. 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) |