From a234bf5aa9b4d2ed54fd73da1965fe40d087c41f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 11 Sep 2012 06:46:45 +0000 Subject: [PATCH] emotion: actually theme.edj depend on theme.edc. SVN revision: 76438 --- legacy/emotion/data/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/emotion/data/Makefile.am b/legacy/emotion/data/Makefile.am index db772b13a6..6e5ce6f34d 100644 --- a/legacy/emotion/data/Makefile.am +++ b/legacy/emotion/data/Makefile.am @@ -43,12 +43,12 @@ window_inner_shadow.png \ theme.edc \ icon.edc -theme.edj: Makefile +theme.edj: Makefile theme.edc $(EDJE_CC) $(EDJE_FLAGS) \ $(top_srcdir)/data/theme.edc \ $(top_builddir)/data/theme.edj -icon.edj: Makefile +icon.edj: Makefile icon.edc $(EDJE_CC) $(EDJE_FLAGS) \ $(top_srcdir)/data/icon.edc \ $(top_builddir)/data/icon.edj