aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-06 22:57:05 +0200
committerGravatar Tom Willemse2013-06-06 22:57:05 +0200
commit6f5171c1caeb714e690e5f4caa18b16543e01051 (patch)
tree5fb866c4f2023df75217efca7382bbbd13075420
parent2c6d18f5f1aee19fc050715fe85908a9c9d2879c (diff)
downloadclark-6f5171c1caeb714e690e5f4caa18b16543e01051.tar.gz
clark-6f5171c1caeb714e690e5f4caa18b16543e01051.zip
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.
-rw-r--r--lisp/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
DESTDIR ?= /usr/local
-LISP = sbcl --disable-debugger
+LISP ?= sbcl --disable-debugger
binaries = clark
install-binaries = $(addprefix install-,$(binaries))