1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s3:docs: fix distclean target and add realdistclean target

- remove stuff created by configure in distclean
- remove stuff created by autoconf in realdistclean

Michael
This commit is contained in:
Michael Adam 2009-01-21 11:41:14 +01:00
parent 2bb1266796
commit 65c92fea3d

View File

@ -320,7 +320,10 @@ xslt/man.xsl:
xslt/pearson.xsl:
distclean clobber:: clean
rm Makefile.settings config.status config.log configure
rm -f Makefile.settings config.status config.log configure
realdistclean:: distclean
rm -f configure
rm -rf autom4te.cache