mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 00:51:00 +08:00
* gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
From-SVN: r208466
This commit is contained in:
parent
4a4e80cb6e
commit
8f241ff576
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user