From: Richard Biener Date: Fri, 23 Oct 2015 11:08:10 +0000 (+0000) Subject: Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def and builtins... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed4403c692f88eaef7bdf36bacd5ae9e423b9f5c;p=gcc.git Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def and builtins.def. 2015-10-23 Richard Biener * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def and builtins.def. From-SVN: r229235 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91b14eb0dc6..3e4a17ccd70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-10-23 Richard Biener + + * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def + and builtins.def. + 2015-10-23 Richard Biener Naveen H.S diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b91b8dcffea..2685b3855c5 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2566,7 +2566,8 @@ build/genhooks.o : genhooks.c $(TARGET_DEF) $(C_TARGET_DEF) \ build/genmddump.o : genmddump.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H) \ coretypes.h $(GTM_H) errors.h $(READ_MD_H) gensupport.h build/genmatch.o : genmatch.c $(BCONFIG_H) $(SYSTEM_H) \ - coretypes.h errors.h $(HASH_TABLE_H) hash-map.h $(GGC_H) + coretypes.h errors.h $(HASH_TABLE_H) hash-map.h $(GGC_H) is-a.h \ + tree.def builtins.def # Compile the programs that generate insn-* from the machine description. # They are compiled with $(COMPILER_FOR_BUILD), and associated libraries,