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:
parent
829245be1b
commit
5916476fda
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user