* Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing
make output clutter.
This commit is contained in:
parent
c58215f248
commit
4a29cb1e7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user