Fix a dangerous bug in Makefile which actually allows 'make release' to skip
authorAlexander Bokovoy <ab@samba.org>
Wed, 20 Apr 2005 12:03:35 +0000 (12:03 +0000)
committerAlexander Bokovoy <ab@samba.org>
Wed, 20 Apr 2005 12:03:35 +0000 (12:03 +0000)
commit033e18a544b6c8adccf09294ade0d501bf56e80a
tree43df8ad67a38bb40c2425ca70f401916a0f3324b
parent84895b29121a6556e39f484c7b979bd50e929a41
Fix a dangerous bug in Makefile which actually allows 'make release' to skip
building 'manpages' target because there is already 'manpages' directory and
some make versions are very sensible to what particular file system reports as
timestamp for the file or a directory.

In particular, this behaviour is reproduceable on some 2.4 kernels with Ext3.
Thanks to Dmitry Levin <ldv@altlinux.org> for spotting the bug and providing the
fix.
Makefile