summaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-04-11 13:45:43 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-04-11 13:45:43 +0000
commit0b927a1f21a6a0b7c2d8ef99457b2d5c32ca181d (patch)
treeeed1e2c6e19f2ec54074f39008463779708c6801 /coq
parent336a1f906a9c617e68e9d43e244bf42e9bdbae64 (diff)
ia32/Select*: complete the modifications to shifts.
Makefile: missing "clean" actions. Makefile/pg/coq: honor $COQBIN if set (as suggested by P. Boutillier) to facilitate testing with different Coq versions. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2453 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'coq')
-rwxr-xr-xcoq2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq b/coq
index ea08805..0b04a8c 100755
--- a/coq
+++ b/coq
@@ -12,4 +12,4 @@ make -q ${1}o || {
done)
}
-coqide $INCLUDES $1 && make ${1}o
+"${COQBIN}coqide" $INCLUDES $1 && make ${1}o