* Makefile.in (rtl.o): Depend on toplev.h.

From-SVN: r30446
This commit is contained in:
Alexandre Oliva 1999-11-08 05:28:00 +00:00 committed by Alexandre Oliva
parent 4da896b292
commit 03645a0bc5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 8 03:03:07 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* Makefile.in (rtl.o): Depend on toplev.h.
Sun Nov 7 20:55:14 1999 Mark Mitchell <mark@codesourcery.com>
* cse.c (delete_trivially_dead_insns): Replace alloca with

View File

@ -1468,7 +1468,7 @@ toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) function.h \
-DTARGET_NAME=\"$(target_alias)\" \
-c `echo $(srcdir)/toplev.c | sed 's,^\./,,'`
rtl.o : rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h ggc.h
rtl.o : rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h ggc.h toplev.h
print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h basic-block.h
rtlanal.o : rtlanal.c $(CONFIG_H) system.h $(RTL_H)