From: Eric Botcazou Date: Fri, 9 Oct 2015 08:15:30 +0000 (+0000) Subject: Make-lang.in: Make sure that GNAT1_OBJS and not just GNAT1_ADA_OBJS are compiled... X-Git-Tag: releases/gcc-4.9.4~563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d936eba3a451f6ecff74baa5cdd862a5c470195;p=thirdparty%2Fgcc.git Make-lang.in: Make sure that GNAT1_OBJS and not just GNAT1_ADA_OBJS are compiled only after... * gcc-interface/Make-lang.in: Make sure that GNAT1_OBJS and not just GNAT1_ADA_OBJS are compiled only after generated files are created. From-SVN: r228638 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7275025ee060..374a2a271468 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2015-10-09 Eric Botcazou + + * gcc-interface/Make-lang.in: Make sure that GNAT1_OBJS and not just + GNAT1_ADA_OBJS are compiled only after generated files are created. + 2015-06-26 Release Manager * GCC 4.9.3 released. diff --git a/gcc/ada/gcc-interface/Make-lang.in b/gcc/ada/gcc-interface/Make-lang.in index 321c0d688963..18cc13e9882e 100644 --- a/gcc/ada/gcc-interface/Make-lang.in +++ b/gcc/ada/gcc-interface/Make-lang.in @@ -1001,7 +1001,7 @@ ada_generated_files = ada/sinfo.h ada/einfo.h ada/nmake.adb ada/nmake.ads \ # When building from scratch we don't have dependency files, the only thing # we need to ensure is that the generated files are created first. -$(GNAT1_ADA_OBJS) $(GNATBIND_OBJS): | $(ada_generated_files) +$(GNAT1_OBJS) $(GNATBIND_OBJS): | $(ada_generated_files) # Manually include the auto-generated dependencies for the Ada host objects. ADA_DEPFILES = $(foreach obj,$(GNAT1_ADA_OBJS) $(GNATBIND_OBJS),\