summaryrefslogtreecommitdiff
path: root/docs-xml/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-21 17:55:20 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-21 17:57:30 +0200
commit323be4a6907e4915bb76aa103bf5b868f0b459b1 (patch)
treefb04c0976a881e291180a68e71e285c37ffa7ad2 /docs-xml/Makefile
parentf5364a786c52621a9074055fc6ab3d59c90dabcf (diff)
downloadsamba-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/Makefile4
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