From c11db47e9708ee53771598205fa82437bcbbe957 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 18 Jul 2009 09:51:17 -0400 Subject: Fixed typo in one of be-handle-mail's InvalidCommand calls. Also restored Makefile target to home (from local), which I'd accidentally committed two commits ago... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61f67c8..cc2f91c 100644 --- a/Makefile +++ b/Makefile @@ -39,8 +39,8 @@ MODULES += ${DOC_DIR} RM = rm PREFIX = /usr/local -#PREFIX = ${HOME} -INSTALL_OPTIONS = "--prefix=${PREFIX}" +PREFIX = ${HOME} +#INSTALL_OPTIONS = "--prefix=${PREFIX}" .PHONY: all -- cgit