]> gcc.gnu.org Git - gcc.git/commit
Make-lang.in (ada/%.o): Replace individual rules with generic rule and add $(POSTCOMP...
authorNicolas Roche <roche@adacore.com>
Sun, 13 Oct 2013 20:27:26 +0000 (20:27 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 13 Oct 2013 20:27:26 +0000 (20:27 +0000)
commit8219336f4f3df37be5e7907a77732dd2c15466fc
tree4feefe901d27fca999f54be6f692c1181ef798c6
parentf036807af8c8ac6a558066b16b697c2a475770e9
Make-lang.in (ada/%.o): Replace individual rules with generic rule and add $(POSTCOMPILE).

* gcc-interface/Make-lang.in (ada/%.o): Replace individual rules with
generic rule and add $(POSTCOMPILE).
(ADA_DEPS): New.
(.adb.o): Add @$(ADA_DEPS).
(.ads.o): Likewise.
(ada/a-except.o): Likewise.
(ada/s-excdeb.): Likewise.
(ada/s-assert.o): Likewise.
(ada/a-tags.o): Likewise.
(ada_generated_files): New variable.
Use them as dependency order for GNAT1_ADA_OBJS and GNATBIND_OBJS.
(ADA_DEPFILES): New variable.
Include them.
(ada_OBJS): Define.

Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
From-SVN: r203508
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in
This page took 0.058795 seconds and 5 git commands to generate.