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.
This commit is contained in:
Cedric BAIL 2014-07-31 03:38:42 +02:00
parent c30e14c708
commit df06ec9cf3
1 changed files with 0 additions and 1 deletions

View File

@ -425,4 +425,3 @@ pkgbuild::
clean-local:
rm -rf benchmark coverage
rm -f po/Makevars