aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-12-28 21:29:40 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-02 17:37:10 +0800
commitaadf9377c8ba043f84239801441d49538ce2f14c (patch)
tree1aafb18a841f937d45244d8065df92699ade88bd
parent585cc6978244869893638ff4558c461d7c0ee8e9 (diff)
downloadgsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.tar
gsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.tar.gz
gsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.tar.bz2
gsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.tar.lz
gsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.tar.xz
gsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.tar.zst
gsoc2013-empathy-aadf9377c8ba043f84239801441d49538ce2f14c.zip
extensions: fix parallel build
Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132
-rw-r--r--extensions/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 65f2f5e01..789821dc2 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -98,7 +98,9 @@ _gen/misc.xml: misc.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
@$(mkdir_p) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
-_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml \
+_gen/cli-misc-body.h: _gen/cli-misc.h
+
+_gen/cli-misc.h: _gen/misc.xml \
$(tools_dir)/glib-client-gen.py
$(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \
--group=misc \