aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-14 00:11:00 +0200
committerMaxime Dénès2017-06-14 00:11:00 +0200
commit13d23aafe01f87bdbf2205217b82b7836661c5de (patch)
tree873a84dbccc56f5d2f53b3a70161b25b6ac4a676 /Makefile
parent25462addaf604ff51e886bbc92937bb272982b04 (diff)
parent268ccbb0d3d990e42cef4ae4833e0e7964aea24d (diff)
Merge PR#498: Bignums as a separate opam package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 91b0249137..66721a3ad0 100644
--- a/Makefile
+++ b/Makefile
@@ -89,8 +89,7 @@ EXISTINGMLI := $(call find, '*.mli')
GENML4FILES:= $(ML4FILES:.ml4=.ml)
export GENMLFILES:=$(LEXFILES:.mll=.ml) tools/tolink.ml kernel/copcodes.ml
export GENHFILES:=kernel/byterun/coq_jumptbl.h
-export GENVFILES:=theories/Numbers/Natural/BigN/NMake_gen.v
-export GENFILES:=$(GENMLFILES) $(GENMLIFILES) $(GENHFILES) $(GENVFILES)
+export GENFILES:=$(GENMLFILES) $(GENMLIFILES) $(GENHFILES)
# NB: all files in $(GENFILES) can be created initially, while
# .ml files in $(GENML4FILES) might need some intermediate building.