aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-25 09:49:37 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-25 09:49:37 +0000
commit4a29cb1e7e5958c1cd738f26e1619bdce0b65a77 (patch)
tree04d59779c37080e604e8f49ebc2dd8e21d0e72ab /bfd
parentc58215f248884f65e25340da425de74461842815 (diff)
downloadgdb-4a29cb1e7e5958c1cd738f26e1619bdce0b65a77.zip
gdb-4a29cb1e7e5958c1cd738f26e1619bdce0b65a77.tar.gz
gdb-4a29cb1e7e5958c1cd738f26e1619bdce0b65a77.tar.bz2
* Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing
make output clutter.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index f67d864..2dcea5c 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -77,6 +77,10 @@ $(TARGETLIB): $(OFILES)
$(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
$(RANLIB) $(TARGETLIB)
+# When compiling targets.c, supply the default target info from configure.
+targets.o: targets.c
+ $(CC) $(CFLAGS) -c $(TDEFAULTS) $<
+
stage1: force
- mkdir stage1
- mv -f $(STAGESTUFF) stage1