]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
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)
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

index 3c30810bbea61e88f51d138f91dceba9f2785821..d5a14179bf041bfec1f272cc25f106ad1f7c8f92 100644 (file)
@@ -1,3 +1,12 @@
+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.
index 2acfb2e5905447a36f9545270fee05708b52fc84..d6694171d1cf6af54f4c5c46cfc1e44dedaef111 100644 (file)
@@ -605,7 +605,7 @@ printf.$lo: $(srcdir)/printf-args.h $(srcdir)/printf-args.c $(srcdir)/printf-par
 # 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