summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-05 22:56:34 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-05 22:56:34 +0200
commit7ef0912ef4f43829844ebcf1fbb2f48232b302c8 (patch)
tree477ac1c6524fe3ff23ef1c0704be890b98fdf8f0 /desktop
parent00a61abbd622a5d319d09c91264081ac111bbd92 (diff)
Options precede the directory and files
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Makefile.am b/desktop/Makefile.am
index 96104d6c4..a63fa5f2a 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@|" $< > $@