Makefile.in (c-common.o): Depend on c-pragma.h.
authorJeffrey A Law <law@cygnus.com>
Wed, 28 Oct 1998 20:08:34 +0000 (20:08 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 28 Oct 1998 20:08:34 +0000 (13:08 -0700)
        * Makefile.in (c-common.o): Depend on c-pragma.h.  Use $(RTL_H) instead
        of rtl.h.

From-SVN: r23409

gcc/ChangeLog
gcc/Makefile.in

index 5cf072880b6d3b970440fdd094b0ad440dbb471c..ba9ef0107a55ad0fca45b60e8550c743e86e9c61 100644 (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
index 959374a56450347fe55a6948932cf2e7ca114357..278cffeba3b0f1568e50159eb2b1a788ce21f14a 100644 (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.