Avoid spurious rebuild actions in ada/gen_il
commitebffafe9cf8671bab6da8debdf406b1e2c5ed194
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 10 May 2021 21:14:43 +0000 (10 23:14 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 10 May 2021 21:24:20 +0000 (10 23:24 +0200)
tree29bdb0ce2027cdfebc7e80f1763be41887678c0e
parentead233e6ff01c0bcaffce567ef656259fcc3530d
Avoid spurious rebuild actions in ada/gen_il

This uses the same mechanism as for ada/snames and ada/sdefault to avoid
spurious rebuild actions in the ada/gen_il directory.  This also avoids
copying some files into the generated directory, which is unnecessary.

gcc/ada/
* Make-generated.in (do_gen_il): Replace with...
(ada/stamp-gen_il): ...this.  Do not copy files into generated/.
gcc/ada/Make-generated.in