]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: attempt to workaround problem caused by workaround for backslashes glomming...
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Sep 2007 00:02:54 +0000 (17:02 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Sep 2007 00:02:54 +0000 (17:02 -0700)
Makefile

index 8265ac4e78aafc6dc3f2c0c36087ec358eca85ac..8f8b700c48ce274aeb7b90a78351349a0707d33d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ default: build
 
 PYTHON=python
 PATHSEP=$(shell python -c 'import os ; print os.pathsep')
+OSSEP=$(shell python -c 'import os ; print os.sep')
 TRIALPATH=$(shell which trial.py 2>/dev/null)
 ifeq ($(TRIALPATH),)
 TRIALPATH=$(shell which trial 2>/dev/null)
@@ -69,7 +70,7 @@ EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
 show-eggspath:
        @echo $(EGGSPATH)
 
-PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)."
+PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)$(OSSEP)."
 
 .PHONY: make-version build
 make-version: