tasn pushed a commit to branch master.

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

commit ae8799ab60c763e5b9e11e3bd7c8bc5e84fce2df
Author: Tom Hacohen <[email protected]>
Date:   Thu Jun 26 20:14:42 2014 +0100

    Edje C++: Fix Edje.hh generation to update correctly.
---
 src/Makefile_Edje_Cxx.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Edje_Cxx.am b/src/Makefile_Edje_Cxx.am
index 1ba5de5..e5a3df1 100644
--- a/src/Makefile_Edje_Cxx.am
+++ b/src/Makefile_Edje_Cxx.am
@@ -12,7 +12,7 @@ nodist_installed_edjecxxmainheaders_DATA = \
 lib/edje/Edje.hh \
 $(generated_edje_cxx_bindings)
 
-lib/edje/Edje.hh:
+lib/edje/Edje.hh: $(generated_edje_cxx_bindings)
        @echo -e "#ifndef EFL_CXX_EDJE_HH\n#define EFL_CXX_EDJE_HH\n" > 
$(top_builddir)/src/lib/edje/Edje.hh
        @echo -e "#ifdef EFL_BETA_API_SUPPORT" >> 
$(top_builddir)/src/lib/edje/Edje.hh
        @for i in $(generated_edje_cxx_bindings); do echo "#include 
<$$(basename $$i)>" >> $(top_builddir)/src/lib/edje/Edje.hh; done

-- 


Reply via email to