Makefile
changeset 10134 821793e3049c
parent 10073 25919ebaba01
child 10961 ce6d56b95f2e
--- 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