aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure12
-rw-r--r--dev/.cvsignore4
2 files changed, 9 insertions, 7 deletions
diff --git a/configure b/configure
index 891cb7e518..5ca1ba66e3 100755
--- a/configure
+++ b/configure
@@ -515,11 +515,13 @@ sed -e "s|LOCALINSTALLATION|$local|" \
chmod a-w $COQTOP/config/Makefile
##################################################
-# Building the $COQTOP/dev/ocamldebug-v7 file
-####################################################
+# Building the $COQTOP/dev/ocamldebug-coq file
+##################################################
+
+OCAMLDEBUGCOQ=$COQTOP/dev/ocamldebug-coq
if test "$coq_debug_flag" = "-g" ; then
- rm -f $COQTOP/dev/ocamldebug-v7
+ rm -f $OCAMLDEBUGCOQ
if [ "$CAMLP4LIB" = "+camlp4" ] ; then
CAMLP4LIBFORCAMLDEBUG=$CAMLLIB/camlp4
else
@@ -529,8 +531,8 @@ if test "$coq_debug_flag" = "-g" ; then
-e "s|COQLIBDIRECTORY|$LIBDIR|" \
-e "s|CAMLBINDIRECTORY|$CAMLBIN|" \
-e "s|CAMLP4LIBDIRECTORY|$CAMLP4LIBFORCAMLDEBUG|" \
- $COQTOP/dev/ocamldebug-v7.template > $COQTOP/dev/ocamldebug-v7
- chmod a-w,a+x $COQTOP/dev/ocamldebug-v7
+ $OCAMLDEBUGCOQ.template > $OCAMLDEBUGCOQ
+ chmod a-w,a+x $OCAMLDEBUGCOQ
fi
echo "If anything in the above is wrong, please restart './configure'"
diff --git a/dev/.cvsignore b/dev/.cvsignore
index e494556aa6..48df473800 100644
--- a/dev/.cvsignore
+++ b/dev/.cvsignore
@@ -1,3 +1,3 @@
other
-ocamldebug-v7
-debug_* \ No newline at end of file
+ocamldebug-coq
+debug_*