From: Bruno Haible Date: Mon, 26 Aug 2002 19:49:37 +0000 (+0000) Subject: Clean up stale versions of stdbool.h. X-Git-Tag: v0.12~1285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0cc7219d2b33cc42ea54a24f4336574039c9a96;p=thirdparty%2Fgettext.git Clean up stale versions of stdbool.h. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 5111e0bae..b7631b569 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2002-08-25 Bruno Haible + + * Makefile.am (MOSTLYCLEANFILES): Add stdbool.h unconditionally. + +2002-08-06 Bruno Haible + + * gettext-0.11.5 released. + 2002-07-25 Bruno Haible * gettext-0.11.4 released. diff --git a/lib/Makefile.am b/lib/Makefile.am index 3f89a1351..e297d58d6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -126,7 +126,7 @@ DISTCLEANFILES = fnmatch.h all-local c-ctype.lo execute.lo javacomp.lo javaexec.lo pipe-bidi.lo pipe-in.lo pipe-out.lo progname.lo tmpdir.lo wait-process.lo xerror.lo: @STDBOOL_H@ stdbool.h: stdbool.h.in sed -e 's/@''HAVE__BOOL''@/@HAVE__BOOL@/g' < $(srcdir)/stdbool.h.in > stdbool.h -MOSTLYCLEANFILES = @STDBOOL_H@ +MOSTLYCLEANFILES = stdbool.h # The following is needed in order to install a simple file in $(libdir)