aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-12-22 23:52:26 +0000
committerPer Bothner <per@bothner.com>1992-12-22 23:52:26 +0000
commiteeece52d14a1258cd9fdd6c69f50822c1cb7bba7 (patch)
treedaf14e5bbfd2409a9fb2de15c6465fb6ebee4edc /binutils/Makefile.in
parent086c5e37f4a1de76b0e528ca9caa642cdc4b63df (diff)
downloadgdb-eeece52d14a1258cd9fdd6c69f50822c1cb7bba7.zip
gdb-eeece52d14a1258cd9fdd6c69f50822c1cb7bba7.tar.gz
gdb-eeece52d14a1258cd9fdd6c69f50822c1cb7bba7.tar.bz2
* 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}.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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