# HG changeset patch # User Martin Geisler # Date 1261607333 -3600 # Node ID 821793e3049c37a095db5de48360e398e4b53fce # Parent 8cb482a0d39eb41c2d97fe38bddec47ea261cdd7 Makefile: added instructions on how to override PREFIX diff -r 8cb482a0d39e -r 821793e3049c Makefile --- a/Makefile Wed Dec 23 20:34:09 2009 +0100 +++ b/Makefile Wed Dec 23 23:28:53 2009 +0100 @@ -1,3 +1,9 @@ +# If you want to change PREFIX, do not just edit it below. The changed +# value wont get passed on to recursive make calls. You should instead +# override the variable on the command like: +# +# % make PREFIX=/opt/ install + PREFIX=/usr/local export PREFIX PYTHON=python