diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-03-27 13:47:42 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-03-27 13:47:42 +0000 |
commit | 8609fca0129cb64a77e9a6e3670b5b5d3f8209e6 (patch) | |
tree | 5203950d109fce81cd163923194dbcb8fbe90da2 /Makefile | |
parent | 57f18784d1fac0123cdb51ed67ae761100509c1f (diff) |
Move wt_instr_inv where it belongs.
Update Makefile and dependencies.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2436 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ LIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \ # Parts common to the front-ends and the back-end (in common/) COMMON=Errors.v AST.v Events.v Globalenvs.v Memdata.v Memtype.v Memory.v \ - Values.v Smallstep.v Behaviors.v Switch.v Determinism.v Subtyping.v + Values.v Smallstep.v Behaviors.v Switch.v Determinism.v Unityping.v # Back-end modules (in backend/, $(ARCH)/, $(ARCH)/$(VARIANT)) |