From: Brad Lucier Date: Mon, 17 Sep 2001 02:13:44 +0000 (+0000) Subject: * Makefile.in: Make rtl-error.o depend on $(CONFIG_H). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=478c61b7e166e793f4c081e5e1def8f1d80c1829;p=gcc.git * Makefile.in: Make rtl-error.o depend on $(CONFIG_H). From-SVN: r45648 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 069d527c901..9beb0dbcf22 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-09-16 Brad Lucier + + * Makefile.in: Make rtl-error.o depend on $(CONFIG_H). + Sun Sep 16 21:59:46 CEST 2001 Jan hubicka * basic-block.h (free_bb_for_insn): Declare. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4c29d261e5b..8b7ceb8bec1 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1363,7 +1363,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) function.h \ main.o : main.c toplev.h rtl-error.o: rtl-error.c system.h $(RTL_H) $(INSN_ATTR_H) insn-config.h \ - input.h toplev.h intl.h diagnostic.h + input.h toplev.h intl.h diagnostic.h $(CONFIG_H) rtl.o : rtl.c $(GCONFIG_H) $(SYSTEM_H) $(RTL_H) real.h $(GGC_H) errors.h $(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)