You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/10/23 22:36:09 UTC

svn commit: r1535161 - /subversion/trunk/Makefile.in

Author: breser
Date: Wed Oct 23 20:36:08 2013
New Revision: 1535161

URL: http://svn.apache.org/r1535161
Log:
Follow-up to r1397846.  Fix check-swig-rb to run properly on OS X.

Too much copy and paste and not enough real thought. :(

* Makefile.in
  (TEST_SHLIB_VAR_SWIG_RB): Use the SWIG_RB paths not SWIG_PY and ruby
    uses libsvn_swig_ruby instead of libsvn_swig_rb.

Modified:
    subversion/trunk/Makefile.in

Modified: subversion/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1535161&r1=1535160&r2=1535161&view=diff
==============================================================================
--- subversion/trunk/Makefile.in (original)
+++ subversion/trunk/Makefile.in Wed Oct 23 20:36:08 2013
@@ -353,7 +353,7 @@ INSTALL_EXTRA_SWIG_RB=\
 # export an env variable so that the tests can run without being installed
 TEST_SHLIB_VAR_SWIG_RB=\
   if [ "@SVN_APR_SHLIB_PATH_VAR@" = "DYLD_LIBRARY_PATH" ]; then \
-    for d in $(SWIG_PY_DIR)/libsvn_swig_rb $(SWIG_PY_DIR)/../../../libsvn_*; do \
+    for d in $(SWIG_RB_DIR)/libsvn_swig_ruby $(SWIG_RB_DIR)/../../../libsvn_*; do \
       if [ -n "$$DYLD_LIBRARY_PATH" ]; then \
         @SVN_APR_SHLIB_PATH_VAR@="$$@SVN_APR_SHLIB_PATH_VAR@:$$d/.libs"; \
       else \