* Makefile.in: Make check depend on all.
authorPer Bothner <per@bothner.com>
Tue, 22 Dec 1992 23:52:26 +0000 (23:52 +0000)
committerPer Bothner <per@bothner.com>
Tue, 22 Dec 1992 23:52:26 +0000 (23:52 +0000)
* 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
binutils/Makefile.in

index 09ed627..7f12b59 100644 (file)
@@ -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.
index dbe045f..7272893 100644 (file)
@@ -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