2007-01-15 23:38:11 +00:00
|
|
|
Makefile.in | 2 +-
|
2007-02-25 22:44:39 +00:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2007-01-15 23:38:11 +00:00
|
|
|
|
2010-09-27 13:53:08 +00:00
|
|
|
--- Makefile.in.orig
|
|
|
|
+++ Makefile.in
|
|
|
|
@@ -691,7 +691,7 @@ check-swig-pl: swig-pl swig-pl-lib
|
2007-01-15 23:38:11 +00:00
|
|
|
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
|
|
|
|
|
2007-02-25 22:44:39 +00:00
|
|
|
EXTRACLEAN_SWIG_PL=rm -f $(SWIG_PL_SRC_DIR)/native/svn_*.c \
|
|
|
|
$(SWIG_PL_SRC_DIR)/native/core.c
|