autotools: po/Makevars is generated by configure, not Makefile.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 31 Jul 2014 01:38:42 +0000 (03:38 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 31 Jul 2014 10:03:58 +0000 (12:03 +0200)
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

index d47c105b37bbdf2ac902f2a0410005a61dd35bc5..01cb01de4bf314276e4c528bafafaf9ee6fce8f0 100644 (file)
@@ -425,4 +425,3 @@ pkgbuild::
 
 clean-local:
        rm -rf benchmark coverage
-       rm -f po/Makevars