diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 17:55:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 17:57:30 +0200 |
commit | 323be4a6907e4915bb76aa103bf5b868f0b459b1 (patch) | |
tree | fb04c0976a881e291180a68e71e285c37ffa7ad2 /docs-xml/Makefile | |
parent | f5364a786c52621a9074055fc6ab3d59c90dabcf (diff) | |
download | samba-323be4a6907e4915bb76aa103bf5b868f0b459b1.tar.gz samba-323be4a6907e4915bb76aa103bf5b868f0b459b1.tar.bz2 samba-323be4a6907e4915bb76aa103bf5b868f0b459b1.zip |
Use double colon targets.
(This used to be commit 825cf91fa8b30a67d04cbda8885ff62a4c26458f)
Diffstat (limited to 'docs-xml/Makefile')
-rw-r--r-- | docs-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/Makefile b/docs-xml/Makefile index 630ceb32f9..70ffdc13bb 100644 --- a/docs-xml/Makefile +++ b/docs-xml/Makefile @@ -321,12 +321,12 @@ xslt/generate-attributions.xsl: xslt/man.xsl: xslt/pearson.xsl: -distclean clobber: clean +distclean clobber:: clean rm Makefile.settings config.status config.log configure rm -rf autom4te.cache # Always keep intermediate files if we can .SECONDARY: -.PHONY: clean clobber archive release everything all $(TARGETS) latexfigures +.PHONY: clean clobber archive release everything all latexfigures |