From eeece52d14a1258cd9fdd6c69f50822c1cb7bba7 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 22 Dec 1992 23:52:26 +0000 Subject: * Makefile.in: Make check depend on all. * Makefile.in (distclean): Remove sysdep.h. * size.c: Use %u format where appropriate. * objdump.c: Standardize: L_SET -> SEEK_SET. * objdump.c: Use new macro bfd_asymbol_bfd. * configure.in: Allow std-host as the default ${mys_host}. --- binutils/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/Makefile.in') diff --git a/binutils/Makefile.in b/binutils/Makefile.in index dbe045f..7272893 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -140,7 +140,7 @@ OPCODES = $(OPCODEDIR)/libopcodes.a all: $(ADDL_LIBS) $(PROGS) -check: +check: all /bin/sh $(srcdir)/sanity.sh . test-install: @@ -309,7 +309,7 @@ mostlyclean: clean: mostlyclean -rm -f $(PROGS) distclean: clean - -rm -f Makefile config.status + -rm -f Makefile config.status sysdep.h realclean: distclean -rm -f $(DISTSTUFF) TAGS -- cgit v1.1