From e0b6b847c6b8a4b0c41aff3bab0ea2fe5e45c082 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 29 May 2008 21:22:59 -0600 Subject: [PATCH] Allow 'prefix' to be set on the command line This patch allows you to: make install prefix=/some/path --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 35684f3..19fa9ca 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ EMACS=emacs # Where local software is found -prefix=/usr/local +prefix?=/usr/local # Where local lisp files go. lispdir = $(prefix)/share/emacs/site-lisp -- 1.5.4.4