* gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.

From-SVN: r208466
This commit is contained in:
Eric Botcazou 2014-03-10 23:58:30 +00:00 committed by Eric Botcazou
parent 4a4e80cb6e
commit 8f241ff576
2 changed files with 5 additions and 1 deletions

View 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

View 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)