q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f0c906231b04d9be99148a4c09a9ea6ca5a89375
commit f0c906231b04d9be99148a4c09a9ea6ca5a89375 Author: Daniel Kolesa <[email protected]> Date: Mon Jun 16 09:46:41 2014 +0100 elua: helper makefile typo fix --- src/Makefile_Elua_Helper.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Elua_Helper.am b/src/Makefile_Elua_Helper.am index 2ea83a2..c6df15e 100644 --- a/src/Makefile_Elua_Helper.am +++ b/src/Makefile_Elua_Helper.am @@ -2,7 +2,7 @@ if HAVE_ELUA_BIN ELUA_GEN = @elua_bin@ _ELUA_GEN_DEP = @elua_bin@ else -ELUA_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/elua/elua{EXEEXT} +ELUA_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/elua/elua${EXEEXT} _ELUA_GEN_DEP = bin/elua/elua${EXEEXT} endif --
