From eeece52d14a1258cd9fdd6c69f50822c1cb7bba7 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 22 Dec 1992 23:52:26 +0000 Subject: [PATCH] * 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/ChangeLog | 9 +++++++++ binutils/Makefile.in | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 09ed62786a..7f12b599d6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +Tue Dec 22 15:46:56 1992 Per Bothner (bothner@rtl.cygnus.com) + + * 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}. + Tue Dec 15 18:05:07 1992 Per Bothner (bothner@cygnus.com) * Makefile.in (dist): Fix permissions before release. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index dbe045f1d6..7272893dc0 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 -- 2.34.1