]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update MOSTLYCLEANFILES after last commit.
authorBruno Haible <bruno@clisp.org>
Wed, 22 Apr 2009 01:16:11 +0000 (01:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:16:04 +0000 (12:16 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am

index 248f898ca19b7e8daae3cdda2d422795dd1da8ef..c22408b6c24c031751af1d6bb47c372b11e6d3a6 100644 (file)
@@ -5,6 +5,7 @@
        libgettextpo.res.lo instead of libgettextpo.res.
        (libgettextpo.res.lo): Renamed from libgettextpo.res. Use libtool
        --tag=RC.
+       (MOSTLYCLEANFILES): Update.
 
 2009-01-18  Bruno Haible  <bruno@clisp.org>
 
index aab9722b144ad9d73c9bab3f7a3128dd04417e78..e37d08c684a1b0c6d94c187dbe83dc55f65d664c 100644 (file)
@@ -113,7 +113,7 @@ if WOE32
 WOE32_LIBADD = libgettextpo.res.lo
 libgettextpo.res.lo : $(srcdir)/libgettextpo.rc
        $(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(srcdir)/libgettextpo.rc -o libgettextpo.res.lo --output-format=coff
-MOSTLYCLEANFILES += libgettextpo.res
+MOSTLYCLEANFILES += libgettextpo.res.lo
 else
 WOE32_LIBADD =
 endif