summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/rules b/debian/rules
index 0502dd8..5a04b23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,18 +9,7 @@ BUILD = $(CURDIR)/build-tree
LDFLAGS += -Wl,--as-needed
-# List of archs currently having SBCL
-# Keep build-deb on sbcl in one line: sbcl (...) [...],
-HAVE_SBCL := $(shell grep sbcl debian/control | sed -r 's,.*\[(.+)\].*,\1,')
-
-ifneq (,$(filter $(DEB_HOST_ARCH),$(HAVE_SBCL)))
LISP := sbcl
-else
-LISP := gcl
-endif
-
-# For experiments only:
-#LISP := ecl
oa_libdir := /usr/lib/open-axiom