Makefile.in (c-common.o): Depend on c-pragma.h.

* Makefile.in (c-common.o): Depend on c-pragma.h.  Use $(RTL_H) instead
        of rtl.h.

From-SVN: r23409
This commit is contained in:
Jeffrey A Law 1998-10-28 20:08:34 +00:00 committed by Jeff Law
parent 829245be1b
commit 5916476fda
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Oct 28 21:05:53 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (c-common.o): Depend on c-pragma.h. Use $(RTL_H) instead
of rtl.h.
Wed Oct 28 20:52:47 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate

View File

@ -1344,7 +1344,7 @@ s-under: $(GCC_PASSES)
# A file used by all variants of C.
c-common.o : c-common.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-lex.h \
flags.h toplev.h output.h rtl.h
flags.h toplev.h output.h c-pragma.h $(RTL_H)
# Language-independent files.