From 41ef1ae0ad4043f308a06365f4e5b1369eb5d453 Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Thu, 14 Jul 2016 00:54:31 +0200 Subject: Makefile.build: minor simplification --- Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.build') diff --git a/Makefile.build b/Makefile.build index 95df69c2d..d5f9887b9 100644 --- a/Makefile.build +++ b/Makefile.build @@ -220,7 +220,7 @@ CINCLUDES= -I $(CAMLHLIB) $(LIBCOQRUN): kernel/byterun/coq_jumptbl.h $(BYTERUN) cd $(dir $(LIBCOQRUN)) && \ - $(OCAMLFIND) ocamlmklib -oc $(COQRUN) $(foreach u,$(BYTERUN),$(notdir $(u))) + $(OCAMLFIND) ocamlmklib -oc $(COQRUN) $(notdir $(BYTERUN)) kernel/byterun/coq_jumptbl.h : kernel/byterun/coq_instruct.h sed -n -e '/^ /s/ \([A-Z]\)/ \&\&coq_lbl_\1/gp' \ -- cgit v1.2.3