From f5a9d0c5ce8fe82a445324e3e2c1cd72d0d2ec00 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 27 Jul 2009 15:05:55 -0400 Subject: [PATCH] Restored Makefile to /home/wking installation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.26.2