aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-03-01 19:31:50 +0100
committerEmilio Jesus Gallego Arias2019-03-01 19:31:50 +0100
commit1e03d1e666e74b95b9936bfdd6f04d54c607c37f (patch)
tree01fa5d89b158dd019cca34b4b5aab2b7e46a0a6d /Makefile
parent74016bb28f1176aa9dce5f897f434729c2c99c93 (diff)
parent8541a43c053d659196992f4e990ec317cd199af8 (diff)
Merge PR #9624: [Kernel] Simpler generation of opcode files
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: ejgallego Ack-by: gares Reviewed-by: ppedrot Ack-by: rgrinberg Ack-by: vbgl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a82927f8cf..7c8f0afb74 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ export GRAMFILES=$(addprefix gramlib/.pack/gramlib__,Ploc Plexing Gramext Gramma
export GRAMMLFILES := $(addsuffix .ml, $(GRAMFILES)) $(addsuffix .mli, $(GRAMFILES))
export GENGRAMFILES := $(GRAMMLFILES) gramlib/.pack/gramlib.ml
export GENMLFILES:=$(LEXFILES:.mll=.ml) $(YACCFILES:.mly=.ml) $(GENMLGFILES) ide/coqide_os_specific.ml kernel/copcodes.ml kernel/uint63.ml
-export GENHFILES:=kernel/byterun/coq_jumptbl.h
+export GENHFILES:=kernel/byterun/coq_instruct.h kernel/byterun/coq_jumptbl.h
export GENFILES:=$(GENMLFILES) $(GENMLIFILES) $(GENHFILES)
## More complex file lists