From 8fc26ea4c41c3d1d84a18548acce9653c4b15804 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 22 Jan 2008 17:22:38 -0700 Subject: [PATCH] setup: for reasons that I do not understand "show-eggspath" gives me a GNUmake error unless I move it down a couple of stanzas (until after the stanza that sets PYTHONPATH) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6efdd971..15660a78 100644 --- 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. -- 2.45.2