Commit 6eab2bc3 by Richard Sandiford Committed by Richard Sandiford

* Makefile.in (gen-protos.o): Depend on errors.h.

From-SVN: r87634
parent 996c2b52
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> 2004-09-17 Steven Bosscher <stevenb@suse.de>
PR tree-optimization/17513 PR tree-optimization/17513
......
...@@ -2843,7 +2843,8 @@ gen-protos$(build_exeext): $(GEN_PROTOS_OBJS) ...@@ -2843,7 +2843,8 @@ gen-protos$(build_exeext): $(GEN_PROTOS_OBJS)
${CC_FOR_BUILD} $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o $@ \ ${CC_FOR_BUILD} $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o $@ \
$(GEN_PROTOS_OBJS) $(BUILD_LIBS) $(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) scan.o: scan.c scan.h $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(GTM_H)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment