This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-980205, gcc/Makefile.in parallel fixes for insn-codes.h


	Here's a fix I needed when doing a parallel build of egcs.

		--Kaveh


Tue Feb 10 12:12:24 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o,
	reorg.o, regmove.o): Depend on insn-codes.h, it gets included
	indirectly via expr.h.



diff -r -u orig/egcs-980205/gcc/Makefile.in egcs-980205/gcc/Makefile.in
--- orig/egcs-980205/gcc/Makefile.in	Fri Jan 23 10:42:58 1998
+++ egcs-980205/gcc/Makefile.in	Tue Feb 10 14:26:07 1998
@@ -1357,10 +1362,12 @@
 dwarfout.o : dwarfout.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf.h flags.h \
    insn-config.h reload.h output.h defaults.h
 dwarf2out.o : dwarf2out.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf2.h flags.h \
-   insn-config.h reload.h output.h defaults.h hard-reg-set.h regs.h expr.h
+   insn-config.h insn-codes.h reload.h output.h defaults.h hard-reg-set.h \
+   regs.h expr.h
 xcoffout.o : xcoffout.c $(CONFIG_H) $(TREE_H) $(RTL_H) xcoffout.h flags.h
 emit-rtl.o : emit-rtl.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h except.h \
-   function.h regs.h insn-config.h $(RECOG_H) real.h expr.h obstack.h
+   function.h regs.h insn-config.h insn-codes.h $(RECOG_H) real.h expr.h \
+   obstack.h
 real.o : real.c $(CONFIG_H) $(TREE_H)
 getpwd.o : getpwd.c $(CONFIG_H)
 
@@ -1369,17 +1376,17 @@
    output.h $(RECOG_H) except.h
 
 jump.o : jump.c $(CONFIG_H) $(RTL_H) flags.h hard-reg-set.h regs.h \
-   insn-config.h insn-flags.h $(RECOG_H) expr.h real.h except.h
+   insn-config.h insn-codes.h insn-flags.h $(RECOG_H) expr.h real.h except.h
 stupid.o : stupid.c $(CONFIG_H) $(RTL_H) regs.h hard-reg-set.h flags.h
 
 cse.o : cse.c $(CONFIG_H) $(RTL_H) regs.h hard-reg-set.h flags.h real.h \
-   insn-config.h $(RECOG_H) expr.h
+   insn-config.h insn-codes.h $(RECOG_H) expr.h
 profile.o : profile.c $(CONFIG_H) $(RTL_H) flags.h insn-flags.h gcov-io.h \
    $(TREE_H) output.h regs.h
 loop.o : loop.c $(CONFIG_H) $(RTL_H) flags.h loop.h insn-config.h \
    insn-flags.h insn-codes.h regs.h hard-reg-set.h $(RECOG_H) expr.h real.h
-unroll.o : unroll.c $(CONFIG_H) $(RTL_H) insn-config.h integrate.h regs.h \
-   $(RECOG_H) flags.h expr.h loop.h
+unroll.o : unroll.c $(CONFIG_H) $(RTL_H) insn-config.h insn-codes.h \
+   integrate.h regs.h $(RECOG_H) flags.h expr.h loop.h
 flow.o : flow.c $(CONFIG_H) $(RTL_H) flags.h insn-config.h \
    $(BASIC_BLOCK_H) regs.h hard-reg-set.h output.h
 combine.o : combine.c $(CONFIG_H) $(RTL_H) flags.h  \
@@ -1402,12 +1409,12 @@
    regs.h hard-reg-set.h insn-codes.h insn-config.h $(BASIC_BLOCK_H) $(RECOG_H) \
    reload.h expr.h
 reorg.o : reorg.c $(CONFIG_H) $(RTL_H) conditions.h hard-reg-set.h \
-   $(BASIC_BLOCK_H) regs.h insn-config.h insn-attr.h insn-flags.h $(RECOG_H) \
-   flags.h output.h expr.h
+   $(BASIC_BLOCK_H) regs.h insn-config.h insn-codes.h insn-attr.h \
+   insn-flags.h $(RECOG_H) flags.h output.h expr.h
 alias.o : alias.c $(CONFIG_H) $(RTL_H) flags.h hard-reg-set.h regs.h \
    insn-codes.h
-regmove.o : regmove.c $(CONFIG_H) $(RTL_H) insn-config.h recog.h output.h \
-  reload.h regs.h hard-reg-set.h flags.h expr.h insn-flags.h
+regmove.o : regmove.c $(CONFIG_H) $(RTL_H) insn-config.h insn-codes.h \
+   recog.h output.h reload.h regs.h hard-reg-set.h flags.h expr.h insn-flags.h
 $(SCHED_PREFIX)sched.o : $(SCHED_PREFIX)sched.c $(CONFIG_H) $(RTL_H) $(BASIC_BLOCK_H) regs.h hard-reg-set.h \
    flags.h insn-config.h insn-attr.h
 final.o : final.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h regs.h \
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		ICon CMT Corp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]