[ooo-build-commit] .: desktop/Makefile.am

Fridrich Strba fridrich at kemper.freedesktop.org
Tue Oct 5 13:56:52 PDT 2010


 desktop/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7ef0912ef4f43829844ebcf1fbb2f48232b302c8
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Oct 5 22:56:34 2010 +0200

    Options precede the directory and files

diff --git a/desktop/Makefile.am b/desktop/Makefile.am
index 96104d6..a63fa5f 100644
--- a/desktop/Makefile.am
+++ b/desktop/Makefile.am
@@ -15,7 +15,7 @@ clean-local:
 	      $(old_gnome_files:.in=)
 
 %.desktop.in: %.desktop.in.in $(top_builddir)/intltool-merge $(wildcard $(top_srcdir)/po/*.po)
-	$(top_builddir)/intltool-merge $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+	$(top_builddir)/intltool-merge -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
 
 %: %.in
 	sed -e "s|\@OOO_BINSUFFIX\@|@OOO_BINSUFFIX@|" $< > $@


More information about the ooo-build-commit mailing list