From 4d2e52f9399153c6db2e82d336a51ab7370bb4c2 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 11 Jan 2013 04:21:54 +0000 Subject: [PATCH] efl/emotion: build directory before generate theme. edje_cc is stupid and won't alert us it couldn't build the file because the directory didn't exist. SVN revision: 82607 --- src/Makefile_Emotion.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Emotion.am b/src/Makefile_Emotion.am index 72c0d2df59..33e816744a 100644 --- a/src/Makefile_Emotion.am +++ b/src/Makefile_Emotion.am @@ -201,6 +201,7 @@ lib/ecore_evas/libecore_evas.la \ lib/edje/libedje.la tests/emotion/data/theme.edj: tests/emotion/data/theme.edc bin/edje/edje_cc + @$(MKDIR_P) tests/emotion/data $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/emotion/data $< $@ EMOTION_DATA_FILES = \