diff options
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 03e86ee..5fd2730 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -147,13 +147,11 @@ OPCODES = $(OPCODEDIR)/libopcodes.a all: $(ADDL_LIBS) $(PROGS) testsuite testsuite: - echo "testsuite"; \ - if [ -d testsuite ]; then \ + if [ -d testsuite ]; then \ (rootme=`pwd`/ ; export rootme ; \ rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \ cd testsuite; $(MAKE) $(FLAGS_TO_PASS)); \ - fi; \ - + else true ; fi check: all /bin/sh $(srcdir)/sanity.sh . |