From 3b17e2a5792ee66232b5487f3393f35ddcf996c8 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 30 Apr 2007 19:17:51 -0700 Subject: [PATCH] add note to GNUmakefile that we append instdir instead of prepending for a good reason --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 3fa3bd0b..98753593 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -35,6 +35,10 @@ else endif endif +# Append instdir/lib instead of prepending it so that people can override +# things from lib with alternate packages of their choosing by setting their +# PYTHONPATH. + ifneq ($(PYTHONPATH),) PYTHONPATH := "$(PYTHONPATH)$(PATHSEP)$(INSTDIR)/lib" else -- 2.45.2