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 2018/01/10 17:37:13 UTC

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

Author: stsp
Date: Wed Jan 10 17:37:13 2018
New Revision: 1820766

URL: http://svn.apache.org/viewvc?rev=1820766&view=rev
Log:
Follow-up to r1820758:

* tools/dev/unix-build/Makefile.svn: Fix a typo which sneaked into r1820758
   and broke Makefile dependency chain for the cyrus-sasl build.

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=1820766&r1=1820765&r2=1820766&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Wed Jan 10 17:37:13 2018
@@ -1048,7 +1048,7 @@ $(CYRUS_SASL_OBJDIR)/.configured: $(CYRU
 	touch $@
 
 # compile cyrus-sasl (ignore MAKE_JOBS; multiple jobs cause random build failures)
-$(CYRUS_SASL_OBJDIR)/.compiled: $(CYRUS_SASL_OBJDIR)/.configure
+$(CYRUS_SASL_OBJDIR)/.compiled: $(CYRUS_SASL_OBJDIR)/.configured
 	(cd $(CYRUS_SASL_OBJDIR) && env MAKEFLAGS= make)
 	touch $@