[yelp] Makefile.am: mkdir data/domains to avoid buildir!=srcdir build problem



commit c2f00e522433e7cba6b10e37ca13b01e9e0b7fef
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Feb 3 06:18:44 2016 -0500

    Makefile.am: mkdir data/domains to avoid buildir!=srcdir build problem
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757139

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ce1f5b4..30eba2c 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; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]