From: Bruno Haible Date: Wed, 22 Apr 2009 01:16:11 +0000 (+0000) Subject: Update MOSTLYCLEANFILES after last commit. X-Git-Tag: v0.18~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecae217af9f395f2166e2b5540aa9a86c481592c;p=thirdparty%2Fgettext.git Update MOSTLYCLEANFILES after last commit. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 248f898ca..c22408b6c 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -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 diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index aab9722b1..e37d08c68 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -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