This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch committed: Add Makefile dependency
- From: Ian Lance Taylor <iant at google dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 16 Jun 2009 10:53:49 -0700
- Subject: Re: Patch committed: Add Makefile dependency
- References: <20090616170008.4383.qmail@pepe.airs.com>
Ian Lance Taylor <iant@google.com> writes:
> While testing the last patch to toplev.h I noticed a missing Makefile
> dependency. Bootstrapped and tested on x86_64-unknown-linux-gnu.
> Committed as obvious.
>
> Ian
>
>
> 2009-06-16 Ian Lance Taylor <iant@google.com>
>
> * Makefile.in (tree-vect-stmts.o): Depend upon $(TOPLEV_H).
And the patch.
Ian
Index: Makefile.in
===================================================================
--- Makefile.in (revision 148514)
+++ Makefile.in (working copy)
@@ -2416,7 +2416,7 @@ tree-vect-slp.o: tree-vect-slp.c $(CONFI
tree-vect-stmts.o: tree-vect-stmts.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H) \
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) \
- $(EXPR_H) $(RECOG_H) $(OPTABS_H) tree-vectorizer.h langhooks.h
+ $(EXPR_H) $(RECOG_H) $(OPTABS_H) $(TOPLEV_H) tree-vectorizer.h langhooks.h
tree-vect-data-refs.o: tree-vect-data-refs.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H) \
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) \