tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6a66af39cb388c308fe585c8f6d41c032c747c67

commit 6a66af39cb388c308fe585c8f6d41c032c747c67
Author: Tom Hacohen <[email protected]>
Date:   Wed Mar 19 09:40:44 2014 +0000

    Eolian helper: Depend on eolian_gen when building externally as well.
    
    This means that eolian files will be regenerated when the generator is
    updated.
---
 src/Makefile_Eolian_Helper.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Eolian_Helper.am b/src/Makefile_Eolian_Helper.am
index 6106379..8d78ff0 100644
--- a/src/Makefile_Eolian_Helper.am
+++ b/src/Makefile_Eolian_Helper.am
@@ -1,6 +1,6 @@
 if HAVE_EOLIAN_GEN
 EOLIAN_GEN = @eolian_gen@
-_EOLIAN_GEN_DEP =
+_EOLIAN_GEN_DEP = @eolian_gen@
 else
 EOLIAN_GEN = EFL_RUN_IN_TREE=1 
$(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT}
 _EOLIAN_GEN_DEP = bin/eolian/eolian_gen${EXEEXT}

-- 


Reply via email to