Václav Slavík <[email protected]> writes: > 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. > --- > gettext-runtime/intl/Makefile.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Good catch, thanks; applied the patch. Just to be sure: how did you find the issue? I think this only applies to the case where one compiles gettext-tools separately. Regards, -- Daiki Ueno
