]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Add missing libintl.h dependency from pluralx.$lo
authorVáclav Slavík <vaclav@slavik.io>
Sat, 3 Jan 2015 23:39:29 +0000 (08:39 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 3 Jan 2015 23:46:24 +0000 (08:46 +0900)
commitcb29e273b0f86b6e54fd6844ebfae2028bd39ac2
treedc33d65493e812140d6a856e5a7e00d2dc4e948b
parent5988dec0c7a45e41820037795833d00dd6caa7b4
intl: Add missing libintl.h dependency from pluralx.$lo

plural(x).c depends on libintl.h if ENABLE_NLS, but the makefile
didn't have corresponding dependency for pluralx.c, because
d2d04ba forgot to add it.  Fix by using $(PLURAL_OBJECT) for the
dependency rule too.
* Makefile.in ($(PLURAL_OBJECT)): Depend on libintl.h.
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in