diff options
author | Stan Cox <coxs@gnu.org> | 1995-12-15 15:42:03 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1995-12-15 15:42:03 +0000 |
commit | d4773242d7f1840af677f80c71c1b91472647539 (patch) | |
tree | e046418bc39e01925b7722106143e5a616e8aec0 | |
parent | adcd38c9582b51dac858e4823460c20789a9d4c0 (diff) | |
download | gcc-d4773242d7f1840af677f80c71c1b91472647539.zip gcc-d4773242d7f1840af677f80c71c1b91472647539.tar.gz gcc-d4773242d7f1840af677f80c71c1b91472647539.tar.bz2 |
(out_object_file): Add MAYBE_TARGET_DEFAULT.
From-SVN: r10735
-rw-r--r-- | gcc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 7c67979..cc90ddb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) |