(out_object_file): Add MAYBE_TARGET_DEFAULT.

From-SVN: r10735
This commit is contained in:
Stan Cox 1995-12-15 15:42:03 +00:00
parent adcd38c958
commit d4773242d7
1 changed files with 2 additions and 1 deletions

View File

@ -1256,7 +1256,8 @@ reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_H) \
$(out_object_file): $(out_file) $(CONFIG_H) $(TREE_H) \
$(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \
insn-flags.h output.h insn-attr.h insn-codes.h
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(out_file)
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(MAYBE_TARGET_DEFAULT) $(out_file)
# Build auxiliary files that support ecoff format.
mips-tfile: mips-tfile.o version.o $(LIBDEPS)