From: Bruno Haible Date: Tue, 18 Mar 2003 10:40:31 +0000 (+0000) Subject: Fix dependencies. X-Git-Tag: v0.12~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea9c32444eed74195c38eb6737c918d98f47843;p=thirdparty%2Fgettext.git Fix dependencies. --- diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index f2b8b074f..621a76359 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-03-05 Bruno Haible + + * Makefile.am (stdbool.h, alloca.h): All objects depend on them. + 2003-02-28 Bruno Haible Cleanup and support for relocatable installation. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 3b65b08ff..a7867cff7 100644 --- a/gettext-runtime/lib/Makefile.am +++ b/gettext-runtime/lib/Makefile.am @@ -65,7 +65,7 @@ EXTRA_DIST += ../../gettext-tools/lib/stdbool.h.in # The following is needed in order to create an when the system # doesn't have one that works. -all-local $(libgettextlib_la_OBJECTS): @STDBOOL_H@ +all-local $(libgrt_a_OBJECTS): @STDBOOL_H@ stdbool.h: ../../gettext-tools/lib/stdbool.h.in sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/../../gettext-tools/lib/stdbool.h.in > stdbool.h MOSTLYCLEANFILES += stdbool.h @@ -77,7 +77,7 @@ EXTRA_DIST += ../../gettext-tools/lib/alloca_.h # The following is needed in order to create an when the system # doesn't have one that works with the given compiler. -all-local $(libgettextlib_la_OBJECTS): @ALLOCA_H@ +all-local $(libgrt_a_OBJECTS): @ALLOCA_H@ alloca.h: ../../gettext-tools/lib/alloca_.h cp $(srcdir)/../../gettext-tools/lib/alloca_.h alloca.h MOSTLYCLEANFILES += alloca.h