]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
makefile - unreverted Zooko's change to setup.py, this originally was to see if it...
authorPeter Secor <secorp@allmydata.com>
Tue, 11 Mar 2008 18:10:38 +0000 (11:10 -0700)
committerPeter Secor <secorp@allmydata.com>
Tue, 11 Mar 2008 18:10:38 +0000 (11:10 -0700)
GNUmakefile

index 140be07e5f2ed10496891ba896dd3f2e32a2381c..3d6ebbba94ab13cf90f92376242654df72553bfc 100644 (file)
@@ -101,7 +101,7 @@ src/allmydata/_version.py:
 build: src/allmydata/_version.py
        mkdir -p "$(SUPPORTLIB)"
        PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
-               $(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
+               $(PYTHON) ./setup.py develop --prefix="$(SUPPORT)"
        chmod +x bin/tahoe
        touch .built