]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: for reasons that I do not understand "show-eggspath" gives me a GNUmake error...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 00:22:38 +0000 (17:22 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 00:22:38 +0000 (17:22 -0700)
Makefile

index 6efdd971b49f8b29e96b4b95f76f72b15128b685..15660a78af101a3d64866db555069b7e91990862 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,6 @@ build-deps:
        echo "This is done automatically (by delegating to setuptools) now."
 
 EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
-show-eggspath:
-       @echo $(EGGSPATH)
 
 ifneq ($(PYTHONPATH),)
        PYTHONPATH := $(PYTHONPATH)$(PATHSEP)
@@ -62,6 +60,9 @@ TRIAL=PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT)
 
 .PHONY: make-version build
 
+show-eggspath:
+       echo $(EGGSPATH)
+
 # The 'darcsver' setup.py command comes in the 'darcsver' package:
 # http://pypi.python.org/pypi/darcsver It is necessary only if you want to
 # automatically produce a new _version.py file from the current darcs history.