summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-12-28 14:29:40 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-01-02 10:37:10 +0100
commitaadf9377c8ba043f84239801441d49538ce2f14c (patch)
tree1aafb18a841f937d45244d8065df92699ade88bd /extensions
parent585cc6978244869893638ff4558c461d7c0ee8e9 (diff)
extensions: fix parallel build
Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132
Diffstat (limited to 'extensions')
-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 \