]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 10 Mar 2014 23:58:30 +0000 (23:58 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 10 Mar 2014 23:58:30 +0000 (23:58 +0000)
From-SVN: r208466

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

index 374c504f3bb1f8e35f701cca5664dcd2a1450891..568f7e4e214a9daa3a9bc11d96fd88d76e49515b 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
+
 2014-03-07  Doug Rupp  <rupp@adacore.com>
 
        PR ada/60411
index d81c929df470c3e779eca2951392948c93f53e57..321c0d688963374779a4bd950c933658365a8d68 100644 (file)
@@ -1004,7 +1004,7 @@ ada_generated_files = ada/sinfo.h ada/einfo.h ada/nmake.adb ada/nmake.ads \
 $(GNAT1_ADA_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),\
+ADA_DEPFILES = $(foreach obj,$(GNAT1_ADA_OBJS) $(GNATBIND_OBJS),\
                 $(dir $(obj))/$(DEPDIR)/$(patsubst %.o,%.Po,$(notdir $(obj))))
 -include $(ADA_DEPFILES)
 
This page took 0.067956 seconds and 5 git commands to generate.