diff options
author | Bruno Haible <bruno@clisp.org> | 2003-03-18 10:40:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:17 +0200 |
commit | 2ea9c32444eed74195c38eb6737c918d98f47843 (patch) | |
tree | 951bd5616215c6410cd6653291a975ca1cfca0e5 /gettext-runtime/lib | |
parent | 3d34bcfde818e39d9d00cc60efea4e25eff82530 (diff) | |
download | external_gettext-2ea9c32444eed74195c38eb6737c918d98f47843.zip external_gettext-2ea9c32444eed74195c38eb6737c918d98f47843.tar.gz external_gettext-2ea9c32444eed74195c38eb6737c918d98f47843.tar.bz2 |
Fix dependencies.
Diffstat (limited to 'gettext-runtime/lib')
-rw-r--r-- | gettext-runtime/lib/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/lib/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-runtime/lib/ChangeLog b/gettext-runtime/lib/ChangeLog index f2b8b07..621a763 100644 --- a/gettext-runtime/lib/ChangeLog +++ b/gettext-runtime/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-03-05 Bruno Haible <bruno@clisp.org> + + * Makefile.am (stdbool.h, alloca.h): All objects depend on them. + 2003-02-28 Bruno Haible <bruno@clisp.org> Cleanup and support for relocatable installation. diff --git a/gettext-runtime/lib/Makefile.am b/gettext-runtime/lib/Makefile.am index 3b65b08..a7867cf 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 <stdbool.h> 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 <alloca.h> 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 |