aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-15 19:32:33 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-15 19:32:33 -0400
commit8bd57699c86195461d629d765233afa07bfaacb3 (patch)
treeec9a542e3ef387d14c1372f6e6b86446f6777b54 /gcc
parent7cd5f0b28f810f0f5b81f9dc5b17cb6cfd838f37 (diff)
downloadgcc-8bd57699c86195461d629d765233afa07bfaacb3.zip
gcc-8bd57699c86195461d629d765233afa07bfaacb3.tar.gz
gcc-8bd57699c86195461d629d765233afa07bfaacb3.tar.bz2
(out_object_file): Use in place of aux-output.o.
From-SVN: r9695
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 04eaaa4..8a2d17b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -150,7 +150,8 @@ PREMADE_ATTRTAB =
target= ... `configure' substitutes actual target name here.
xmake_file= ... `configure' substitutes actual x- file name here.
tmake_file= ... `configure' substitutes actual t- file name here.
-out_file= ... `configure' substitutes actual out- file name here.
+out_file= ... `configure' substitutes actual out file name here.
+out_object_file= ... `configure' substitutes actual out object file name here.
md_file= ... `configure' substitutes actual md file name here.
tm_file= ... `configure' substitutes actual tm file name here.
build_xm_file= ... `configure' substitutes actual build xm- file name here.
@@ -492,7 +493,7 @@ OBJS = toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o \
regclass.o local-alloc.o global.o reload.o reload1.o caller-save.o \
insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o \
insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o \
- insn-attrtab.o aux-output.o getpwd.o convert.o $(EXTRA_OBJS)
+ insn-attrtab.o $(out_object_file) getpwd.o convert.o $(EXTRA_OBJS)
# GEN files are listed separately, so they can be built before doing parallel
# makes for cc1 or cc1plus. Otherwise sequent parallel make attempts to load
@@ -1204,11 +1205,10 @@ recog.o : recog.c $(CONFIG_H) $(RTL_H) \
reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_H) \
regs.h hard-reg-set.h flags.h insn-config.h
-aux-output.o : $(out_file) $(CONFIG_H) \
+$(out_object_file): $(out_file) $(CONFIG_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) -o $@ \
- $(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)