efl/emotion: build directory before generate theme.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 11 Jan 2013 04:21:54 +0000 (04:21 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 11 Jan 2013 04:21:54 +0000 (04:21 +0000)
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

index 72c0d2d..33e8167 100644 (file)
@@ -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 = \