aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-04-26 14:17:38 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-04-26 14:17:38 +0200
commit8df51b9866ccda99980e9f4de7ec2f2a0cd416e6 (patch)
tree8f147509fd48b4892ea1622ffa692e55d2d2de8b /Makefile
parent08fd5faf30c18e17caa610076e67cf002a01d8b4 (diff)
downloadcompcert-8df51b9866ccda99980e9f4de7ec2f2a0cd416e6.tar.gz
compcert-8df51b9866ccda99980e9f4de7ec2f2a0cd416e6.zip
Rename Fappli_IEEE_extra.v into IEEE754_extra.v
To match the new module names from version 3 of Flocq. Plus, it's shorter.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b1d3a76..dc98e7a0 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ FLOCQ=\
# General-purpose libraries (in lib/)
VLIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \
- Iteration.v Zbits.v Integers.v Archi.v Fappli_IEEE_extra.v Floats.v \
+ Iteration.v Zbits.v Integers.v Archi.v IEEE754_extra.v Floats.v \
Parmov.v UnionFind.v Wfsimpl.v \
Postorder.v FSetAVLplus.v IntvSets.v Decidableplus.v BoolEqual.v