stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=089bd6f9b30f147c2fe66d103e939c6ceff6ea61
commit 089bd6f9b30f147c2fe66d103e939c6ceff6ea61 Author: Stefan Schmidt <[email protected]> Date: Wed Jul 30 09:19:53 2014 +0200 build: Clean Makevar now that we generate one on our own Since we generate our own Makevar for the po subdir we also need to clean it up. If not distcheck complains about uncleaned files. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 01cb01d..d47c105 100644 --- a/Makefile.am +++ b/Makefile.am @@ -425,3 +425,4 @@ pkgbuild:: clean-local: rm -rf benchmark coverage + rm -f po/Makevars --
