q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b2afff23cb66a1c08ae36cd4bc7c45b43ba27700
commit b2afff23cb66a1c08ae36cd4bc7c45b43ba27700 Author: Daniel Kolesa <[email protected]> Date: Mon Oct 6 10:41:53 2014 +0100 autotools: fix elua helper eo target --- 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 c6df15e..63fbbf5 100644 --- a/src/Makefile_Elua_Helper.am +++ b/src/Makefile_Elua_Helper.am @@ -12,7 +12,7 @@ am__v_ELUA_0 = @echo " ELUA " $@; SUFFIXES += .lua -$(top_builddir)/src/bindings/%.lua: %.eo ${_ELUA_GEN_DEP} +%.lua: %.eo ${_ELUA_GEN_DEP} $(AM_V_ELUA)$(ELUA_GEN) :lualian $(ELUA_GEN_FLAGS) -o $@ $< CLEANFILES += $(BUILT_SOURCES) --
