OSDN Git Service

Fix build for python.
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Thu, 15 Mar 2012 22:03:54 +0000 (07:03 +0900)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Thu, 15 Mar 2012 22:03:54 +0000 (07:03 +0900)
Makefile

index 8e6bc51..3b5cb8f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,11 +37,11 @@ perl:
 
 python2:
        ( cd NKF.python2 ; \
-       $(PYTHON2) setup.py install )
+       $(PYTHON2) setup.py build )
 
 python3:
-       ( cd NKF.python2 ; \
-       $(PYTHON3) setup.py install )
+       ( cd NKF.python3 ; \
+       $(PYTHON3) setup.py build )
 
 install:
        -$(MKDIR) $(prefix)/bin