jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=e9388ec92f578d7f0f745f7ecc7261bdafcf8e46

commit e9388ec92f578d7f0f745f7ecc7261bdafcf8e46
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Wed Mar 19 08:34:16 2014 +0200

    Eolian: fix dependency for .eo.c/h files.
    
    When Eolian generator is updated, the .eo.c/h files of Elementary must be
    regenerated.
---
 Makefile_Eolian_Helper.am | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Makefile_Eolian_Helper.am b/Makefile_Eolian_Helper.am
index 6106379..a727096 100644
--- a/Makefile_Eolian_Helper.am
+++ b/Makefile_Eolian_Helper.am
@@ -1,10 +1,5 @@
-if HAVE_EOLIAN_GEN
 EOLIAN_GEN = @eolian_gen@
-_EOLIAN_GEN_DEP =
-else
-EOLIAN_GEN = EFL_RUN_IN_TREE=1 
$(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
-_EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT}
-endif
+_EOLIAN_GEN_DEP = @eolian_gen@
 
 AM_V_EOL = $(am__v_EOL_@AM_V@)
 am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@)

-- 


Reply via email to