From 4a29cb1e7e5958c1cd738f26e1619bdce0b65a77 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 25 Oct 1991 09:49:37 +0000 Subject: [PATCH] * Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing make output clutter. --- bfd/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index f67d8643872..2dcea5c8fd3 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 -- 2.30.2