[libbacktrace] Fix and simplify xcoff_%.c pattern rule
authorTom de Vries <tdevries@suse.de>
Mon, 28 Jan 2019 22:21:19 +0000 (22:21 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Mon, 28 Jan 2019 22:21:19 +0000 (22:21 +0000)
commit62d4a355b7346242fd2242a41662f3b18340f53d
tree1857f30aa773cb56b54368657b754eef669986a4
parentb6d0f41ac5c1786911858b4763bb6f92519166f4
[libbacktrace] Fix and simplify xcoff_%.c pattern rule

When generating xcoff_%.c, the last command is a sed command.  In case of a
sed failure, this will leave an incomplete file, which will appear as up to
date to make, so consequently it will not be regenerated.  Fix this by
sedding into a temporary file instead.

Also, use $< to access the prerequisite xcoff.c, instead of spelling out the
file name once more.

2019-01-28  Tom de Vries  <tdevries@suse.de>

* Makefile.am (xcoff_%.c): Generate sed result into temporary file.
Use $< to access prerequisite.
* Makefile.in: Regenerate.

From-SVN: r268344
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/Makefile.in