* 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}.
This commit is contained in:
Per Bothner 1992-12-22 23:52:26 +00:00
parent 086c5e37f4
commit eeece52d14
2 changed files with 11 additions and 2 deletions

View 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.

View 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