diff options
| -rwxr-xr-x | configure | 1 | ||||
| -rw-r--r-- | dev/ocamldebug-coq.template | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -916,7 +916,6 @@ OCAMLDEBUGCOQ=dev/ocamldebug-coq if test "$coq_debug_flag" = "-g" ; then rm -f $OCAMLDEBUGCOQ sed -e "s|COQTOPDIRECTORY|$COQTOP|" \ - -e "s|COQLIBDIRECTORY|$LIBDIR|" \ -e "s|CAMLBINDIRECTORY|$CAMLBIN|" \ -e "s|CAMLP4LIBDIRECTORY|$FULLCAMLP4LIB|"\ $OCAMLDEBUGCOQ.template > $OCAMLDEBUGCOQ diff --git a/dev/ocamldebug-coq.template b/dev/ocamldebug-coq.template index 1a55b804ea..ffe4c6b402 100644 --- a/dev/ocamldebug-coq.template +++ b/dev/ocamldebug-coq.template @@ -3,8 +3,6 @@ # wrap around ocamldebug for Coq export COQTOP=COQTOPDIRECTORY -export COQLIB=COQLIBDIRECTORY -export COQTH=$COQLIB/theories CAMLBIN=CAMLBINDIRECTORY CAMLP4LIB=CAMLP4LIBDIRECTORY OCAMLDEBUG=$CAMLBIN/ocamldebug |
