Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def and builtins...
authorRichard Biener <rguenther@suse.de>
Fri, 23 Oct 2015 11:08:10 +0000 (11:08 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 23 Oct 2015 11:08:10 +0000 (11:08 +0000)
2015-10-23  Richard Biener  <rguenther@suse.de>

* Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def
and builtins.def.

From-SVN: r229235

gcc/ChangeLog
gcc/Makefile.in

index 91b14eb0dc677714af798602ff98b751d944b936..3e4a17ccd7078f39404e4b17b4fe13ca3a610244 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-23  Richard Biener  <rguenther@suse.de>
+
+       * Makefile.in (build/genmatch.o): Properly depend on is-a.h, tree.def
+       and builtins.def.
+
 2015-10-23  Richard Biener  <rguenther@suse.de>
            Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
 
index b91b8dcffeaaca69475cfbbceaf7412135c697e4..2685b3855c54d5f7265a6bd410ac64e45f5c9307 100644 (file)
@@ -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,