aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2020-01-16 13:20:43 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2020-01-16 13:20:43 +0100
commit78310ab5e13f04f22048e78be0e2451ecaf6126c (patch)
treee277788edbd83356d9501a726fa7a6a68011d542 /src/configure.sh
parent7a16f9d5a06abeb029abd54c29d8396f11fa58c9 (diff)
downloadsmtcoq-78310ab5e13f04f22048e78be0e2451ecaf6126c.tar.gz
smtcoq-78310ab5e13f04f22048e78be0e2451ecaf6126c.zip
ml4 -> mlg
Diffstat (limited to 'src/configure.sh')
-rwxr-xr-xsrc/configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.sh b/src/configure.sh
index 21b7232..fb265e0 100755
--- a/src/configure.sh
+++ b/src/configure.sh
@@ -8,7 +8,7 @@ rm -f ${pre}Makefile.conf
rm -f ${pre}Makefile.local
rm -f ${pre}smtcoq_plugin.ml4
rm -f ${pre}versions/native/Structures.v
-rm -f ${pre}g_smtcoq.ml4
+rm -f ${pre}g_smtcoq.mlg
rm -f ${pre}smtcoq_plugin.mlpack
rm -f ${pre}Tactics.v
rm -f ${pre}versions/standard/Int63/Int63.v
@@ -28,7 +28,7 @@ if [ $@ -a $@ = -native ]; then
else
cp ${pre}versions/standard/_CoqProject ${pre}_CoqProject
cp ${pre}versions/standard/Makefile.local ${pre}Makefile.local
- cp ${pre}versions/standard/g_smtcoq_standard.ml4 ${pre}g_smtcoq.ml4
+ cp ${pre}versions/standard/g_smtcoq_standard.mlg ${pre}g_smtcoq.mlg
cp ${pre}versions/standard/smtcoq_plugin_standard.mlpack ${pre}smtcoq_plugin.mlpack
cp ${pre}versions/standard/Int63/Int63_standard.v ${pre}versions/standard/Int63/Int63.v
cp ${pre}versions/standard/Int63/Int63Native_standard.v ${pre}versions/standard/Int63/Int63Native.v