* Makefile.in: Update dependancies for top-level gcc files that moved.
From-SVN: r22279
This commit is contained in:
parent
6abc6f40ef
commit
f7e2dc364e
@ -1,3 +1,7 @@
|
||||
Sat Sep 5 22:25:51 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* Makefile.in: Update dependancies for top-level gcc files that moved.
|
||||
|
||||
Sat Sep 5 02:21:08 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in: Tweak to avoid building runtime. It's built
|
||||
|
@ -270,7 +270,7 @@ $(srcdir)/hash.h:
|
||||
$(RM) gperf.tmp gperf.tmp2 sed.tmp
|
||||
|
||||
actions.o : actions.c $(CONFIG_H) $(CHILL_TREE_H) actions.h $(RTL_H) \
|
||||
lex.h $(srcdir)/../flags.h $(srcdir)/../obstack.h $(srcdir)/../input.h $(srcdir)/../expr.h ../insn-codes.h
|
||||
lex.h $(srcdir)/../flags.h $(srcdir)/../../include/obstack.h $(srcdir)/../input.h $(srcdir)/../expr.h ../insn-codes.h
|
||||
convert.o : convert.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h $(srcdir)/../tree.h
|
||||
decl.o : decl.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h lex.h
|
||||
except.o : except.c $(CONFIG_H) $(srcdir)/../tree.h $(RTL_H) $(CHILL_TREE_H)
|
||||
@ -281,17 +281,20 @@ grant.o: grant.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h $(src
|
||||
inout.o : inout.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h $(srcdir)/../input.h
|
||||
lang.o : lang.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../input.h lex.h
|
||||
lex.o : lex.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h $(srcdir)/../input.h \
|
||||
$(srcdir)/parse.h $(srcdir)/../obstack.h lex.h
|
||||
$(srcdir)/parse.h $(srcdir)/../../include/obstack.h lex.h
|
||||
lex.c: hash.h
|
||||
loop.o : loop.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) lex.h ../flags.h \
|
||||
../input.h ../obstack.h ../tree.h
|
||||
loop.o : loop.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) lex.h \
|
||||
$(srcdir)/../flags.h $(srcdir)/../input.h \
|
||||
$(srcdir)/../../include/obstack.h $(srcdir)/../tree.h
|
||||
parse.o : parse.c $(CONFIG_H) $(CHILL_TREE_H) parse.h \
|
||||
lex.h actions.h tasking.h
|
||||
satisfy.o : satisfy.c $(CONFIG_H) $(CHILL_TREE_H) ../tree.h ../flags.h lex.h
|
||||
timing.o : timing.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) ../flags.h \
|
||||
../input.h ../obstack.h lex.h
|
||||
tasking.o : tasking.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) ../flags.h \
|
||||
../input.h ../obstack.h lex.h
|
||||
satisfy.o : satisfy.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../tree.h \
|
||||
$(srcdir)/../flags.h lex.h
|
||||
timing.o : timing.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h \
|
||||
$(srcdir)/../input.h $(srcdir)/../../include/obstack.h lex.h
|
||||
tasking.o : tasking.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) \
|
||||
$(srcdir)/../flags.h $(srcdir)/../input.h \
|
||||
$(srcdir)/../../include/obstack.h lex.h
|
||||
tree.o : tree.c $(CONFIG_H) $(CHILL_TREE_H)
|
||||
typeck.o : typeck.c $(CONFIG_H) $(CHILL_TREE_H) ../insn-codes.h \
|
||||
$(srcdir)/../expr.h $(srcdir)/../flags.h lex.h
|
||||
|
Loading…
Reference in New Issue
Block a user