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/12/02 14:13:52 UTC

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

Author: stsp
Date: Thu Dec  2 13:13:52 2010
New Revision: 1041363

URL: http://svn.apache.org/viewvc?rev=1041363&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Revert r1040469 as it broke the perl
   bindings build for the 1.5.x branch. I'll try a better approach later.

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=1041363&r1=1041362&r2=1041363&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Dec  2 13:13:52 2010
@@ -953,8 +953,7 @@ $(SVN_OBJDIR)/.bindings-compiled: $(SVN_
 	fi
 	if [ $(ENABLE_PERL_BINDINGS) = yes ]; then \
 		cd $(svn_builddir) \
-			&& make swig-pl-lib \
-			&& make install-swig-pl-lib; \
+			&& make swig-pl; \
 	fi
 	if [ $(ENABLE_JAVA_BINDINGS) = yes ]; then \
 		cd $(svn_builddir) \