From 9c6e68c2ad0c4ca689e56be776837a9f977d9c57 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 17 May 1996 15:37:07 -0400 Subject: [PATCH] (gcc.o, toplev.o, $(out_object_file)): Remove MAYBE_TARGET_DEFAULT. From-SVN: r12013 --- gcc/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 803daa3c09b..4849d1ce331 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1169,7 +1169,6 @@ gcc.o: gcc.c $(CONFIG_H) multilib.h config.status $(lang_specs_files) -DDEFAULT_TARGET_VERSION=\"$(version)\" \ -DDEFAULT_TARGET_MACHINE=\"$(target)\" \ -DTOOLDIR_BASE_PREFIX=\"$(exec_prefix)/\" \ - $(MAYBE_TARGET_DEFAULT) \ -c `echo $(srcdir)/gcc.c | sed 's,^\./,,'` dumpvers: dumpvers.c @@ -1187,8 +1186,7 @@ fold-const.o : fold-const.c $(CONFIG_H) $(TREE_H) flags.h toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) bytecode.h bc-emit.h \ flags.h input.h insn-attr.h xcoffout.h defaults.h output.h \ $(lang_options_files) - $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ - $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \ + $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) \ -DTARGET_NAME=\"$(target)\" \ -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'` @@ -1283,8 +1281,7 @@ 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) \ - $(MAYBE_TARGET_DEFAULT) $(out_file) + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(out_file) # Build auxiliary files that support ecoff format. mips-tfile: mips-tfile.o version.o $(LIBDEPS) -- 2.30.2