Avoid new "make distcheck" failure, now that VPATH has GNUmakefile.
authorJim Meyering <meyering@redhat.com>
Wed, 5 Mar 2008 09:33:03 +0000 (10:33 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Mar 2008 09:36:21 +0000 (10:36 +0100)
commitc7d33788e02259c43bfe33815626018be88127a7
tree75335791d180eca7ab2ae49a0299ba024a64f857
parent07bc841590ceccf8eac9a98d55001bb0412f5299
Avoid new "make distcheck" failure, now that VPATH has GNUmakefile.

* GNUmakefile: Remove commands to create ".version".
They were unnecessary, and caused creation of a newer .version
file in a VPATH build, which in turn caused creation of updated
man/*.1 files reflecting the newer time stamp on .version.
Those *.1 files were not removed (since they're distributed), and
the fact that they remained after "distclean" triggered the failure.

Signed-off-by: Jim Meyering <meyering@redhat.com>
GNUmakefile