aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 5ca1ba66e3..856b62d288 100755
--- a/configure
+++ b/configure
@@ -535,6 +535,9 @@ if test "$coq_debug_flag" = "-g" ; then
chmod a-w,a+x $OCAMLDEBUGCOQ
fi
+# Compatibility with previous name
+ln -s `basename $OCAMLDEBUGCOQ` $COQTOP/dev/ocamldebug-v7
+
echo "If anything in the above is wrong, please restart './configure'"
echo
echo "*Warning* To compile the system for a new architecture"