Commit 5916476f by Jeffrey A Law Committed by Jeff Law

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
parent 829245be
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> Wed Oct 28 20:52:47 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
......
...@@ -1344,7 +1344,7 @@ s-under: $(GCC_PASSES) ...@@ -1344,7 +1344,7 @@ s-under: $(GCC_PASSES)
# A file used by all variants of C. # 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 \ 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. # Language-independent files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment