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/30 12:52:18 UTC

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

Author: stsp
Date: Tue Nov 30 11:52:18 2010
New Revision: 1040469

URL: http://svn.apache.org/viewvc?rev=1040469&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Don't compile perl binding libs twice.

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=1040469&r1=1040468&r2=1040469&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Nov 30 11:52:18 2010
@@ -908,7 +908,8 @@ $(SVN_OBJDIR)/.bindings-compiled: $(SVN_
 	fi
 	if [ $(ENABLE_PERL_BINDINGS) = yes ]; then \
 		cd $(svn_builddir) \
-			&& make swig-pl; \
+			&& make swig-pl-lib \
+			&& make install-swig-pl-lib; \
 	fi
 	if [ $(ENABLE_JAVA_BINDINGS) = yes ]; then \
 		cd $(svn_builddir) \