From df06ec9cf3bd5e500974b0d77346bb1cd88b5cc8 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 31 Jul 2014 03:38:42 +0200 Subject: [PATCH] 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 d47c105b37..01cb01de4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -425,4 +425,3 @@ pkgbuild:: clean-local: rm -rf benchmark coverage - rm -f po/Makevars