(out_object_file): Add MAYBE_TARGET_DEFAULT.
authorStan Cox <coxs@gnu.org>
Fri, 15 Dec 1995 15:42:03 +0000 (15:42 +0000)
committerStan Cox <coxs@gnu.org>
Fri, 15 Dec 1995 15:42:03 +0000 (15:42 +0000)
From-SVN: r10735

gcc/Makefile.in

index 7c679790e55e9a81c0c7aa3494e87c387dc82ec0..cc90ddb7cbb3820780382e1539e03cb18e8aeddc 100644 (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)