From: W. Trevor King Date: Mon, 27 Jul 2009 19:05:55 +0000 (-0400) Subject: Restored Makefile to /home/wking installation X-Git-Tag: 1.0.0~62^2~46^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5a9d0c5ce8fe82a445324e3e2c1cd72d0d2ec00;p=be.git Restored Makefile to /home/wking installation --- diff --git a/Makefile b/Makefile index 29ed94a..fe482c3 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,9 @@ MODULES += ${DOC_DIR} RM = rm -PREFIX = /usr/local -#PREFIX = ${HOME} -#INSTALL_OPTIONS = "--prefix=${PREFIX}" +#PREFIX = /usr/local +PREFIX = ${HOME} +INSTALL_OPTIONS = "--prefix=${PREFIX}" .PHONY: all