q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c7215e7653b92e582703cd2bfd4eca7f149f0085
commit c7215e7653b92e582703cd2bfd4eca7f149f0085 Author: Daniel Kolesa <d.kol...@samsung.com> Date: Thu Jul 31 14:26:52 2014 +0100 autotools: fix distcheck by removing Makevars in proper stage --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 01cb01d..ecdbfd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -425,3 +425,6 @@ pkgbuild:: clean-local: rm -rf benchmark coverage + +distclean-local: + rm -f po/Makevars --