summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2005-04-20 12:03:35 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:29 -0500
commit23bbd51bc0fab0bfc19d45f097c0fe902411b968 (patch)
treee016a31b070bf436fa7633429c8e63dd37891583 /docs/Makefile
parent54b34507f1cc49f7cf9f412a521f6ce2bcd2b9c4 (diff)
downloadsamba-23bbd51bc0fab0bfc19d45f097c0fe902411b968.tar.gz
samba-23bbd51bc0fab0bfc19d45f097c0fe902411b968.tar.bz2
samba-23bbd51bc0fab0bfc19d45f097c0fe902411b968.zip
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. (This used to be commit 49afe716b080c08ecf5b2b00a89c9eee3a67ae4e)
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 344c01d015..8383a0b447 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -304,4 +304,4 @@ clean:
# Always keep intermediate files if we can
.SECONDARY:
-.PHONY: clean clobber archive release everything all
+.PHONY: clean clobber archive release everything all $(TARGETS)