* Makefile.in: Only supply TARGET_DEFAULTS to targets.c, reducing
make output clutter.
This commit is contained in:
parent
c58215f248
commit
4a29cb1e7e
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue