summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-07-28 15:09:30 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-07-28 15:09:30 +0000
commit484bf49d18cb98817a95183827fea469b4367a40 (patch)
tree55e68104646b88146b0fbb6a669fbf760c5d61c9 /Makefile
parent4af1682d04244bab9f793e00eb24090153a36a0f (diff)
Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1689 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 81d339f..a0f6d02 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,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
+ Smallstep.v Behaviors.v Switch.v Determinism.v
# Back-end modules (in backend/, $(ARCH)/, $(ARCH)/$(VARIANT))