From: Bruno Haible Date: Tue, 16 May 2006 20:53:32 +0000 (+0000) Subject: Fix "make clean". X-Git-Tag: v0.15~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b718b492aadbe70b6fb14409f8c3c4ddfc8b0c74;p=thirdparty%2Fgettext.git Fix "make clean". --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 64ea6d249..36cb3b7a0 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2006-05-16 Bruno Haible + + * Makefile.am (CLEANFILES): Add gettext-po.h. + 2006-05-16 Bruno Haible * xgettext.c (main): Use a size_t index variable for looping over the diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index b0189fceb..50c0dc40e 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -329,6 +329,7 @@ po-gram-gen2.h: po-gram-gen.h EXTRA_DIST += gettext-po.h.in BUILT_SOURCES += gettext-po.h +CLEANFILES += gettext-po.h gettext-po.h: gettext-po.h.in if WOE32DLL sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/' $(srcdir)/gettext-po.h.in > gettext-po.h-tmp