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.
This commit is contained in:
Tom Willemse 2013-06-06 22:57:05 +02:00
parent 2c6d18f5f1
commit 6f5171c1ca

View file

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with CLark. If not, see <http://www.gnu.org/licenses/>. # along with CLark. If not, see <http://www.gnu.org/licenses/>.
DESTDIR ?= /usr/local DESTDIR ?= /usr/local
LISP = sbcl --disable-debugger LISP ?= sbcl --disable-debugger
binaries = clark binaries = clark
install-binaries = $(addprefix install-,$(binaries)) install-binaries = $(addprefix install-,$(binaries))