diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21250cf2bf4..9aa5ef08526 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 44d714061f3..a923ac506a1 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) |

