17 lines
645 B
Diff
17 lines
645 B
Diff
|
Makefile.in | 2 +-
|
||
|
1 files changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: subversion-1.3.x/Makefile.in
|
||
|
===================================================================
|
||
|
--- subversion-1.3.x.orig/Makefile.in
|
||
|
+++ subversion-1.3.x/Makefile.in
|
||
|
@@ -630,7 +630,7 @@ check-swig-pl: swig-pl swig-pl-lib
|
||
|
cd $(SWIG_PL_DIR)/native; $(MAKE) test
|
||
|
|
||
|
install-swig-pl: swig-pl install-swig-pl-lib
|
||
|
- cd $(SWIG_PL_DIR)/native; $(MAKE) install
|
||
|
+ cd $(SWIG_PL_DIR)/native; $(MAKE) install_vendor
|
||
|
|
||
|
# Running Makefile.PL at this point *fails* (cannot find ..../.libs) so if the
|
||
|
# Makefile does not exist, DO NOT try to make it. But, if it doesn't exist,
|