stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=600aebcf6edc037126807990193128630c9f3f8f
commit 600aebcf6edc037126807990193128630c9f3f8f Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Tue Aug 2 08:11:15 2016 +0200 build remove now unused eolian subbuild helper makefile In commit dd1d3f0d2d8f7369f7461f54928eac2a4fce99fb the consumers of the makefile have been removed. No need to still have it around. --- src/Makefile_Eolian_Subbuild_Helper.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Makefile_Eolian_Subbuild_Helper.am b/src/Makefile_Eolian_Subbuild_Helper.am deleted file mode 100644 index 58686ed..0000000 --- a/src/Makefile_Eolian_Subbuild_Helper.am +++ /dev/null @@ -1,6 +0,0 @@ -EOLIAN_GEN = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian/eolian_gen${EXEEXT} -_EOLIAN_GEN_DEP = - -EOLIAN_FLAGS += -I$(top_srcdir)/src/ - -include $(top_srcdir)/src/Makefile_Eolian_Files_Helper.am --