This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[LTO, committed] Fix simple typo in gcc/lto/Make-lang.in
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Sep 2006 22:08:00 -0700
- Subject: [LTO, committed] Fix simple typo in gcc/lto/Make-lang.in
There is a typo in gcc/lto/Make-lang.in which causes parrallel builds to
fail as lto/lto-read.o's dependenecies were not be there.
Committed as obvious after a quick build.
Thanks,
Andrew Pinski
ChangeLog:
* gcc/lto/Make-lang.in (lto-read.o): Remove white space before
the ":".
Index: gcc/gcc/lto/Make-lang.in
===================================================================
--- gcc/gcc/lto/Make-lang.in (revision 117106)
+++ gcc/gcc/lto/Make-lang.in (working copy)
@@ -85,7 +85,7 @@ lto/lto-elf.o: lto/lto-elf.c $(CONFIG_H)
toplev.h $(LTO_H) $(LTO_TAGS_H)
lto/lto-symtab.o: lto/lto-symtab.c $(CONFIG_H) coretypes.h \
$(SYSTEM_H) toplev.h $(TREE_H) $(LTO_H) lto/lto-tree.h
-lto-read.o : lto-read.c $(CONFIG_H) $(SYSTEM_H) \
+lto-read.o: lto-read.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) toplev.h $(TREE_H) $(EXPR_H) $(FLAGS_H) \
$(PARAMS_H) input.h $(VARRAY_H) $(HASHTAB_H) langhooks.h \
$(BASIC_BLOCK_H) tree-iterator.h tree-pass.h tree-flow.h \