felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=70d947901d8bb62c0d64461d9be5a9d24a0db3de
commit 70d947901d8bb62c0d64461d9be5a9d24a0db3de Author: Felipe Magno de Almeida <fel...@expertisesolutions.com.br> Date: Thu Jan 19 22:40:28 2017 -0200 Rename Efl.hh to Efl.eo.hh in CLEANFILES This avoid make clean removing Efl.hh in the tree --- src/Makefile_Cxx.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am index 72d5713..16317c8 100644 --- a/src/Makefile_Cxx.am +++ b/src/Makefile_Cxx.am @@ -41,7 +41,7 @@ lib/efl/Efl.eo.hh: $(efl_eolian_files) $(_EOLIAN_CXX_DEP) $(MKDIR_P) $(dir $@); \ $(EOLIAN_CXX) $(EOLIAN_FLAGS) -m -o $@ $(filter %.eo, $^) -CLEANFILES += $(efl_eolian_cxx_hh) $(efl_eolian_cxx_impl_hh) lib/efl/Efl.hh +CLEANFILES += $(efl_eolian_cxx_hh) $(efl_eolian_cxx_impl_hh) lib/efl/Efl.eo.hh ### Evas C++ installed_evascxxmainheadersdir = $(includedir)/evas-cxx-@VMAJ@/ --