* Makefile.in (gen-protos.o): Depend on errors.h.
authorRichard Sandiford <rsandifo@redhat.com>
Fri, 17 Sep 2004 07:15:22 +0000 (07:15 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 17 Sep 2004 07:15:22 +0000 (07:15 +0000)
From-SVN: r87634

gcc/ChangeLog
gcc/Makefile.in

index 21250cf2bf4529b10f09ec8158ce72faaba2d650..9aa5ef08526fad7692616dc13773dc67847cd50e 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-17  Richard Sandiford  <rsandifo@redhat.com>
+
+       * Makefile.in (gen-protos.o): Depend on errors.h.
+
 2004-09-17  Steven Bosscher  <stevenb@suse.de>
 
         PR tree-optimization/17513
index 44d714061f38e4c527797058e8b77a3b2220d8c7..a923ac506a16dfb2e46ba19027cde80349d69053 100644 (file)
@@ -2843,7 +2843,8 @@ gen-protos$(build_exeext): $(GEN_PROTOS_OBJS)
        ${CC_FOR_BUILD} $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o $@ \
          $(GEN_PROTOS_OBJS) $(BUILD_LIBS)
 
-gen-protos.o: gen-protos.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H)
+gen-protos.o: gen-protos.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h \
+             $(GTM_H) errors.h
 
 scan.o: scan.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H)