diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-28 20:08:34 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-28 20:08:34 +0000 |
commit | 9516807d60ea1e0b2d74b440c97796870005c338 (patch) | |
tree | 35f096a5ded54628617d1d64e7abd3ded1fcffd5 /gcc/Makefile.in | |
parent | 6b40eba48293f5d7e2e65a39a8f329b916387178 (diff) | |
download | gcc-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/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |