diff options
author | Stephane Glondu <steph@glondu.net> | 2009-02-05 15:07:46 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2009-02-05 15:07:46 +0100 |
commit | 7b47bd0e98dc48f224de41a9f76c5deba0e5eef7 (patch) | |
tree | 672b898db6caa9992c482310f6826f997b6cbcf0 | |
parent | 52f2f3f56bf017789616983ff8ba4f8eafcc4d3e (diff) |
Put also OCaml ABI in Coq ABIdebian/8.2.rc2+dfsg-1
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e0e71616..f53ab304 100755 --- a/debian/rules +++ b/debian/rules @@ -22,11 +22,11 @@ HTMLDOC := doc/stdlib/html/index.html COQPREF := $(CURDIR)/debian/tmp ADDPREF := COQINSTALLPREFIX=$(COQPREF) -COQABI := 8.2 PACKAGES := $(shell awk '/Package:/{print $$2}' debian/control) OFILES := $(patsubst %.in,%,$(wildcard debian/*.in)) OCAMLABI := $(shell ocamlc -version) +COQABI := 8.2+$(OCAMLABI) CONFIGUREOPTS := --arch Linux --prefix /usr --mandir /usr/share/man \ --emacslib /usr/share/emacs/site-lisp/coq --reals all --fsets all \ |