From 6f5171c1caeb714e690e5f4caa18b16543e01051 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jun 2013 22:57:05 +0200 Subject: Allow LISP to be specified on the outside I don't think it's wise to force everyone to use system-wide lisp libraries by specifying `--no-userinit' here, but my pkgbuilds need it. --- lisp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/Makefile') diff --git a/lisp/Makefile b/lisp/Makefile index 1b30fb2..6dec1dc 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with CLark. If not, see . DESTDIR ?= /usr/local -LISP = sbcl --disable-debugger +LISP ?= sbcl --disable-debugger binaries = clark install-binaries = $(addprefix install-,$(binaries)) -- cgit v1.2.3-54-g00ecf