diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-15 21:22:07 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:21 -0500 |
commit | 69bd24f4b8bf059cf2361eaaf274fe4494350743 (patch) | |
tree | 3613ea7fff3e9a868a3b7a4bd1b52d9fcc4ee67e | |
parent | fcbb28b98137b54667a21ad3305a43d9c5585ebb (diff) | |
download | samba-69bd24f4b8bf059cf2361eaaf274fe4494350743.tar.gz samba-69bd24f4b8bf059cf2361eaaf274fe4494350743.tar.bz2 samba-69bd24f4b8bf059cf2361eaaf274fe4494350743.zip |
Mark some targets phony
(This used to be commit 144d43fe211085a0a0b3ff9bf2ab3ce271bc4a08)
-rw-r--r-- | docs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile index 9f672d93a6..37b5f3b3c4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -269,3 +269,4 @@ clean: # Always keep intermediate files if we can .SECONDARY: +.PHONY: clean clobber latexfigures archive release everything all |