From: Bruno Haible Date: Tue, 18 Mar 2003 10:39:51 +0000 (+0000) Subject: Add a missing dependency. X-Git-Tag: v0.12~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d34bcfde818e39d9d00cc60efea4e25eff82530;p=thirdparty%2Fgettext.git Add a missing dependency. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index cc86b4147..11fec9e62 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2003-02-28 Bruno Haible + + * Makefile.in (localcharset.$lo): Depend on localcharset.h. + 2003-02-28 Bruno Haible Support for relocatable installation. diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index ce49f05fd..c618a6006 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -228,9 +228,6 @@ charset.alias: $(srcdir)/config.charset check: all -# This installation goal is only used in GNU gettext. Packages which -# only use the library should use install instead. - # We must not install the libintl.h/libintl.a files if we are on a # system which has the GNU gettext() function in its C library or in a # separate library. @@ -400,6 +397,7 @@ dcigettext.$lo: $(srcdir)/hash-string.h explodename.$lo l10nflist.$lo: $(srcdir)/loadinfo.h dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: $(srcdir)/plural-exp.h dcigettext.$lo: $(srcdir)/eval-plural.h +localcharset.$lo: $(srcdir)/localcharset.h localealias.$lo localcharset.$lo relocatable.$lo: $(srcdir)/relocatable.h tags: TAGS