diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-09 06:40:49 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-09 06:40:49 +0000 |
commit | e81f50dbe67e08bfc1d63b7b29a3c3af24f4db9c (patch) | |
tree | 0e925fbb247ecf4c327be2354a0889dafe0fd64f /gcc/Makefile.in | |
parent | 822436284aed6c7e5f9df82049c6ee15bd93bb29 (diff) | |
download | gcc-e81f50dbe67e08bfc1d63b7b29a3c3af24f4db9c.tar.gz |
Warning fix:
* Makefile.in (toplev.o): Depend on $(BASIC_BLOCK_H).
* toplev.c: Include basic-block.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25651 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 252f7cd7859..3078a736a3d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1435,7 +1435,7 @@ fold-const.o : fold-const.c $(CONFIG_H) system.h $(TREE_H) flags.h toplev.h \ toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) \ flags.h input.h insn-attr.h xcoffout.h defaults.h output.h \ insn-codes.h insn-config.h intl.h $(RECOG_H) Makefile toplev.h dwarfout.h \ - dwarf2out.h sdbout.h dbxout.h $(EXPR_H) \ + dwarf2out.h sdbout.h dbxout.h $(EXPR_H) $(BASIC_BLOCK_H) \ $(lang_options_files) $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(MAYBE_USE_COLLECT2) \ -DTARGET_NAME=\"$(target_alias)\" \ |