]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix dependencies.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Mar 2003 10:40:31 +0000 (10:40 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:17 +0000 (12:10 +0200)
gettext-runtime/lib/ChangeLog
gettext-runtime/lib/Makefile.am

index f2b8b074f73181275cdb55f14e22b063e104d9c2..621a76359f4ce411316e61a097f9d9981452fb5b 100644 (file)
@@ -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.
index 3b65b08ffc48eddaa963f55932fc4f32a8a68acb..a7867cff7319d647757f8798976a0072f482f9a1 100644 (file)
@@ -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