summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-11-28 13:16:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-11-28 13:16:56 +0000
commitf195a557c10e9e9b7e41b0cc154da9c1c72e0c09 (patch)
tree57333538bd075641f2de1f57cd337537e067a616 /gnu
parent3c72542a1cf059de49c6763501e5bb97031e500e (diff)
add dependencies for protector.o, preventing it from being built too early.
Okay miod@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/gcc/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/Makefile.in b/gnu/usr.bin/gcc/gcc/Makefile.in
index a356e5e9ccb..3beb6c43d51 100644
--- a/gnu/usr.bin/gcc/gcc/Makefile.in
+++ b/gnu/usr.bin/gcc/gcc/Makefile.in
@@ -1676,7 +1676,10 @@ ifcvt.o : ifcvt.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(REGS_H) toplev.h \
output.h except.h $(TM_P_H) real.h
params.o : params.c $(CONFIG_H) $(SYSTEM_H) $(PARAMS_H) toplev.h
hooks.o: hooks.c $(CONFIG_H) $(SYSTEM_H) $(HOOKS_H)
-protector.o: protector.c $(CONFIG_H)
+protector.o: protector.c $(CONFIG_H) insn-config.h flags.h $(RTL_H) \
+ $(TREE_H) $(EXPR_H) $(REGS_H) $(RECOG_H) $(INSN_ATTR_H) \
+ $(C_TREE_H) real.h output.h except.h
+
$(out_object_file): $(out_file) $(CONFIG_H) $(TREE_H) $(GGC_H) \
$(RTL_H) $(REGS_H) hard-reg-set.h real.h insn-config.h conditions.h \