From 4a29cb1e7e5958c1cd738f26e1619bdce0b65a77 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 25 Oct 1991 09:49:37 +0000 Subject: * Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing make output clutter. --- bfd/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/Makefile.in') 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 -- cgit v1.1