]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix, so that "make distclean" works.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Nov 2003 15:10:22 +0000 (15:10 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:14 +0000 (12:11 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/xgettext-7

index 6dcee57da02f59e93b00c36964e472e8afa86f8c..3e92b8ecd8ddc3cae30c537f1642670fbff3a6d7 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-15  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext-7: Fix typo in tmpfiles.
+
 2003-11-07  Bruno Haible  <bruno@clisp.org>
 
        * xgettext-7: New file.
index d78b93bec66d5e2b077704f7bd5e56bac2c91618..20a4de0601facd45459869acd348a72015fd4407 100755 (executable)
@@ -20,7 +20,7 @@ gettext ("abc");
 gettext ("abc");
 EOF
 
-tmpfiles="$tmpfiles xg-test6.po"
+tmpfiles="$tmpfiles xg-test7.po"
 : ${XGETTEXT=xgettext}
 ${XGETTEXT} --omit-header --add-comments -d xg-test7 xg-test7.c
 test $? = 0 || { rm -fr $tmpfiles; exit 1; }