[vinagre] Fix gschema.xml intltool rule
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Fix gschema.xml intltool rule
- Date: Wed, 9 Mar 2011 22:11:56 +0000 (UTC)
commit 8f5fd401828e38db10dd7ca4002696f45af3078e
Author: David King <amigadave amigadave com>
Date: Wed Mar 9 21:39:19 2011 +0100
Fix gschema.xml intltool rule
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 529a2b3..17e6339 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -498,8 +498,8 @@ gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
# @INTLTOOL_XML_NOMERGE_RULE@
# This rule is overriden by the above INTLTOOL_XML_RULE macro.
# Here is the workaround. Could break if intltools changes arguments.
-$(gsettings_SCHEMAS): $(gsettings_in_file)
- $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
+$(gsettings_SCHEMAS): $(gsettings_in_file) $(INTLTOOL_MERGE)
+ LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
@GSETTINGS_RULES@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]