aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-18 09:51:17 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-18 09:51:17 -0400
commitc11db47e9708ee53771598205fa82437bcbbe957 (patch)
treed67fe4547dc410ed45136e1ec2ef87678581230f /Makefile
parent313a760feded62ba39910bf36fc4d62b56d07858 (diff)
downloadbugseverywhere-c11db47e9708ee53771598205fa82437bcbbe957.tar.gz
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...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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