diff options
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
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) |