OSDN Git Service

* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2001 02:13:44 +0000 (02:13 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2001 02:13:44 +0000 (02:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45648 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 069d527..9beb0db 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-16  Brad Lucier  <lucier@math.purdue.edu>
+
+       * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
+
 Sun Sep 16 21:59:46 CEST 2001  Jan hubicka  <jh@suse.cz>
 
        * basic-block.h (free_bb_for_insn): Declare.
index 4c29d26..8b7ceb8 100644 (file)
@@ -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)