summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2016-02-03 06:18:44 -0500
committerShaun McCance <shaunm@gnome.org>2016-02-03 06:18:44 -0500
commitc2f00e522433e7cba6b10e37ca13b01e9e0b7fef (patch)
tree18748b3faa909f162f7e040d01ac2cf46baeb9c3
parentf48343390362cfb50ef6614d003c3cc588d3f841 (diff)
downloadyelp-c2f00e522433e7cba6b10e37ca13b01e9e0b7fef.tar.gz
Makefile.am: mkdir data/domains to avoid buildir!=srcdir build problem
https://bugzilla.gnome.org/show_bug.cgi?id=757139
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ce1f5b43..30eba2c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -315,6 +315,7 @@ data/domains/yelp.pot: data/domains/yelp.xml.in
data/domains/yelp.xml: data/domains/yelp.xml.in
$(AM_V_GEN) ( \
+ $(MKDIR_P) data/domains; \
for lang in $(ALL_LINGUAS); do \
msgfmt -o "$$lang.mo" "$(top_srcdir)/po/$$lang.po" || exit 1; \
done; \