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.
+2015-01-04 Václav Slavík <vaclav@slavik.io> (tiny change)
+
+ 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.
+
2014-12-24 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.4 released.
# A bison-2.1 generated plural.c includes <libintl.h> if ENABLE_NLS.
PLURAL_DEPS_yes = libintl.h
PLURAL_DEPS_no =
-plural.$lo: $(PLURAL_DEPS_@USE_INCLUDED_LIBINTL@)
+$(PLURAL_OBJECT): $(PLURAL_DEPS_@USE_INCLUDED_LIBINTL@)
tags: TAGS