summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-28 20:08:34 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-28 20:08:34 +0000
commit9516807d60ea1e0b2d74b440c97796870005c338 (patch)
tree35f096a5ded54628617d1d64e7abd3ded1fcffd5 /gcc
parent6b40eba48293f5d7e2e65a39a8f329b916387178 (diff)
downloadgcc-9516807d60ea1e0b2d74b440c97796870005c338.tar.gz
* Makefile.in (c-common.o): Depend on c-pragma.h. Use $(RTL_H) instead
of rtl.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5cf072880b6..ba9ef0107a5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 959374a5645..278cffeba3b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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.