]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix race in post-install removal of *.a
authorDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 02:24:30 +0000 (11:24 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 02:24:30 +0000 (11:24 +0900)
commitc3e1f8e3527a807c412dca3a4527bb16c5927dfc
tree1dceeac7703f6c42446f18824755eb548ca80b19
parent14f1f3ded248c5b2506d608cad97a91165c860ad
build: Fix race in post-install removal of *.a

There was an implicit dependency between the prerequisites of
install-exec-local, which may have caused error with make -jN.
Use install-exec-hook to remove the dependency.
Reported by Christian Weisgerber in:
<https://lists.gnu.org/archive/html/bug-gettext/2014-07/msg00008.html>.
* Makefile.am (install-exec-local): Remove.
(install-exec-hook): New rule, depend on install-exec-clean.
gettext-tools/src/ChangeLog