Makefile.in (build/gencheck.o): Depend upon all-tree.def, not tree.def.

* Makefile.in (build/gencheck.o): Depend upon all-tree.def, not
	tree.def.

From-SVN: r147491
This commit is contained in:
Ian Lance Taylor 2009-05-13 17:40:51 +00:00 committed by Ian Lance Taylor
parent 79bd194804
commit bfefafc6ae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-05-13 Ian Lance Taylor <iant@google.com>
* Makefile.in (build/gencheck.o): Depend upon all-tree.def, not
tree.def.
2009-05-13 Nathan Sidwell <nathan@codesourcery.com>
* config/m68k/t-uclinux (M68K_MLIB_CPU): Check for FL_UCLINUX.

View File

@ -3421,7 +3421,7 @@ build/genattrtab.o : genattrtab.c $(RTL_BASE_H) $(OBSTACK_H) \
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
build/gencheck.o : gencheck.c tree.def $(BCONFIG_H) $(GTM_H) \
build/gencheck.o : gencheck.c all-tree.def $(BCONFIG_H) $(GTM_H) \
$(SYSTEM_H) coretypes.h $(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) \