]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make-lang.in: Make sure that GNAT1_OBJS and not just GNAT1_ADA_OBJS are compiled...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 9 Oct 2015 08:15:30 +0000 (08:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 9 Oct 2015 08:15:30 +0000 (08:15 +0000)
* 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

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in

index 7275025ee060012ebfdfe3b1dfc671984749a057..374a2a271468c39dbb73a837b3b308c8a0e78f72 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * 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.
index 321c0d688963374779a4bd950c933658365a8d68..18cc13e9882e72cd7cf15c41db06397a9d681c41 100644 (file)
@@ -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),\