+2005-07-25 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am: Remove rules depending on @STDBOOL_H@, @ALLOCA_H@,
+ @GETOPT_H@.
+ (BUILT_SOURCES): Add $(STDBOOL_H), $(ALLOCA_H).
+ Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
+
2005-05-23 Bruno Haible <bruno@clisp.org>
* gettext-0.14.5 released.
# >>> gnulib module stdbool.
+BUILT_SOURCES += $(STDBOOL_H)
EXTRA_DIST += ../../gettext-tools/lib/stdbool_.h
# The following is needed in order to create an <stdbool.h> when the system
# doesn't have one that works.
-all-local $(libgrt_a_OBJECTS): @STDBOOL_H@
stdbool.h: ../../gettext-tools/lib/stdbool_.h
sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/../../gettext-tools/lib/stdbool_.h > stdbool.h
MOSTLYCLEANFILES += stdbool.h
# >>> gnulib module alloca.
+BUILT_SOURCES += $(ALLOCA_H)
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 $(libgrt_a_OBJECTS): @ALLOCA_H@
alloca.h: ../../gettext-tools/lib/alloca_.h
cp $(srcdir)/../../gettext-tools/lib/alloca_.h alloca.h
MOSTLYCLEANFILES += alloca.h
# The following is needed in order to create a <getopt.h> when the system
# doesn't have one that works.
-all-local $(libgettextlib_la_OBJECTS): @GETOPT_H@
getopt.h: ../../gettext-tools/lib/getopt_.h
cp $(srcdir)/../../gettext-tools/lib/getopt_.h getopt.h
MOSTLYCLEANFILES += getopt.h