diff options
author | Samuel Mimram <smimram@debian.org> | 2006-01-19 22:34:29 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-01-19 22:34:29 +0000 |
commit | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (patch) | |
tree | fbb91e2f74c73bb867ab62c58f248a704bbe6dec /dev/ocamldebug-v7.template | |
parent | 6497f27021fec4e01f2182014f2bb1989b4707f9 (diff) |
Imported Upstream version 8.0pl3upstream/8.0pl3
Diffstat (limited to 'dev/ocamldebug-v7.template')
-rw-r--r-- | dev/ocamldebug-v7.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ocamldebug-v7.template b/dev/ocamldebug-v7.template index 96c53192..1dd625c8 100644 --- a/dev/ocamldebug-v7.template +++ b/dev/ocamldebug-v7.template @@ -2,10 +2,10 @@ # wrap around ocamldebug for Coq -export COQTOP=COQTOPDIRECTORY -export COQLIB=COQLIBDIRECTORY +export COQTOP='COQTOPDIRECTORY' +export COQLIB='COQLIBDIRECTORY' export COQTH=$COQLIB/theories -CAMLBIN=CAMLBINDIRECTORY +CAMLBIN='CAMLBINDIRECTORY' OCAMLDEBUG=$CAMLBIN/ocamldebug export CAMLP4LIB=`$CAMLBIN/camlp4 -where` |