You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/11/26 13:45:36 UTC

svn commit: r1039334 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Fri Nov 26 12:45:35 2010
New Revision: 1039334

URL: http://svn.apache.org/viewvc?rev=1039334&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Properly clean Cyrus SASL.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1039334&r1=1039333&r2=1039334&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Nov 26 12:45:35 2010
@@ -720,7 +720,7 @@ cyrus-sasl-reset:
 		rm -f $(CYRUS_SASL_OBJDIR)/$(f);)
 
 cyrus-sasl-clean:
-	-(cd $(CYRUS_SASL_OBJDIR) && make clean)
+	-(cd $(CYRUS_SASL_OBJDIR) && make distclean)
 
 # fetch distfile for cyrus-sasl
 $(DISTDIR)/$(CYRUS_SASL_DIST):