* Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing

make output clutter.
This commit is contained in:
John Gilmore 1991-10-25 09:49:37 +00:00
parent c58215f248
commit 4a29cb1e7e

View File

@ -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