Commit 16fe2c09 by Jakub Jelinek Committed by Jakub Jelinek

Makefile.in (build/gencheck.o): Depend on tree.def and c-family/c-common.def.

	* Makefile.in (build/gencheck.o): Depend on tree.def and
	c-family/c-common.def.

From-SVN: r180575
parent b3c3685a
2011-10-27 Jakub Jelinek <jakub@redhat.com>
* Makefile.in (build/gencheck.o): Depend on tree.def and
c-family/c-common.def.
* tree-ssa-strlen.c: Include expr.h.
(get_stridx): Don't use c_strlen, instead use string_constant
and compute string length from it.
......@@ -3958,7 +3958,8 @@ build/genautomata.o : genautomata.c $(RTL_BASE_H) $(OBSTACK_H) \
$(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H) errors.h $(VEC_H) \
$(HASHTAB_H) gensupport.h $(FNMATCH_H)
build/gencheck.o : gencheck.c all-tree.def $(BCONFIG_H) $(GTM_H) \
$(SYSTEM_H) coretypes.h $(lang_tree_files) gimple.def
$(SYSTEM_H) coretypes.h tree.def c-family/c-common.def \
$(lang_tree_files) gimple.def
build/genchecksum.o : genchecksum.c $(BCONFIG_H) $(SYSTEM_H) $(MD5_H)
build/gencodes.o : gencodes.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H) \
coretypes.h $(GTM_H) errors.h gensupport.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment