aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed8faaec45..b6fbb62bff 100644
--- a/Makefile
+++ b/Makefile
@@ -211,7 +211,7 @@ toplevel: $(TOPLEVEL)
EXTRACTIONCMO=contrib/extraction/ocaml.cmo contrib/extraction/extraction.cmo
-bin/coq-extraction: $(COQMKTOP) $(CMO) $(USERTACCMO)
+bin/coq-extraction: $(COQMKTOP) $(CMO) $(USERTACCMO) $(EXTRACTIONCMO)
$(COQMKTOP) -top $(INCLUDES) $(CAMLDEBUG) -o $@ $(EXTRACTIONCMO)
###########################################################################