]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix "make clean".
authorBruno Haible <bruno@clisp.org>
Tue, 16 May 2006 20:53:32 +0000 (20:53 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:20 +0000 (12:13 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am

index 64ea6d249e06cfbc31529caf7f215fda22cda12f..36cb3b7a07b94e66024b4e40491977e7bcd1f0ea 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-16  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (CLEANFILES): Add gettext-po.h.
+
 2006-05-16  Bruno Haible  <bruno@clisp.org>
 
        * xgettext.c (main): Use a size_t index variable for looping over the
index b0189fcebd4a3cf1b1043c4d4c8fd48ae89efb86..50c0dc40ecadd689c5c93b1ff8b68acbb6963198 100644 (file)
@@ -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