cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=df06ec9cf3bd5e500974b0d77346bb1cd88b5cc8
commit df06ec9cf3bd5e500974b0d77346bb1cd88b5cc8 Author: Cedric BAIL <ced...@osg.samsung.com> Date: Thu Jul 31 03:38:42 2014 +0200 autotools: po/Makevars is generated by configure, not Makefile. If you did do a make clean, then you couldn't do a make afterward. Reason was that po/Makevars is generated by configure and not Makefile. So it can only be cleaned with make distclean and not make clean. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d47c105..01cb01d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -425,4 +425,3 @@ pkgbuild:: clean-local: rm -rf benchmark coverage - rm -f po/Makevars --