This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [GOOGLE] Fix incorrect dependency in Makefile.in


ok.

David

On Thu, Mar 7, 2013 at 5:36 PM, Dehao Chen <dehao@google.com> wrote:
> This patch fixes the incorrect dependency in Makefile.in.
>
> Bootstrapped and passed regression test.
>
> Okay for google-4_7 branch?
>
> Thanks,
> DehaoIndex:
>
> gcc/Makefile.in
> ===================================================================
> --- gcc/Makefile.in (revision 196532)
> +++ gcc/Makefile.in (working copy)
> @@ -3442,7 +3442,7 @@
>     $(TREE_PASS_H) $(TREE_FLOW_H) $(TREE_INLINE_H)
>  cfglayout.o : cfglayout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
>     $(RTL_H) $(TREE_H) insn-config.h $(BASIC_BLOCK_H) hard-reg-set.h output.h \
> -   $(FUNCTION_H) $(CFGLAYOUT_H) $(CFGLOOP_H) $(TARGET_H) gt-cfglayout.h \
> +   $(FUNCTION_H) $(CFGLAYOUT_H) $(CFGLOOP_H) $(TARGET_H) \
>     $(GGC_H) alloc-pool.h $(FLAGS_H) $(OBSTACK_H) $(TREE_PASS_H) vecprim.h \
>     $(DF_H) $(EMIT_RTL_H) $(COMMON_TARGET_H)
>  timevar.o : timevar.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]