bootstrap failure
Mike Stump
mrs@wrs.com
Tue Mar 2 18:48:00 GMT 1999
> Date: Tue, 2 Mar 1999 16:40:54 -0800
> From: mrs@wrs.com (Mike Stump)
> ../../egcs/gcc/flow.c:133: insn-flags.h: No such file or directory
> make[2]: *** [flow.o] Error 1
> We are missing an SMP dependancy in Makefile.in from flow.c to insn-flags.h.
Instead of just complaining about it next time, just fix it.
Tue Mar 2 18:43:37 1999 Mike Stump <mrs@wrs.com>
* Makefile.in (flow.o): Add dependency for insn-flags.h.
Doing diffs in Makefile.in.~1~:
*** Makefile.in.~1~ Tue Mar 2 13:18:29 1999
--- Makefile.in Tue Mar 2 17:40:45 1999
*************** loop.o : loop.c $(CONFIG_H) system.h $(R
*** 1513,1519 ****
unroll.o : unroll.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
integrate.h $(REGS_H) $(RECOG_H) flags.h $(EXPR_H) loop.h toplev.h varray.h
flow.o : flow.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-config.h \
! $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h recog.h
combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h \
insn-config.h insn-flags.h insn-codes.h insn-attr.h $(REGS_H) $(EXPR_H) \
$(BASIC_BLOCK_H) $(RECOG_H) real.h hard-reg-set.h toplev.h
--- 1513,1520 ----
unroll.o : unroll.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
integrate.h $(REGS_H) $(RECOG_H) flags.h $(EXPR_H) loop.h toplev.h varray.h
flow.o : flow.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-config.h \
! insn-flags.h $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h \
! recog.h
combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h \
insn-config.h insn-flags.h insn-codes.h insn-attr.h $(REGS_H) $(EXPR_H) \
$(BASIC_BLOCK_H) $(RECOG_H) real.h hard-reg-set.h toplev.h
--------------
More information about the Gcc-patches
mailing list