aboutsummaryrefslogtreecommitdiff
path: root/Makefile.checker
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2021-04-04 15:17:37 +0200
committerEmilio Jesus Gallego Arias2021-04-19 13:44:08 +0200
commit819e8a4f84bc6798b4e890090fb74a3f02626d6b (patch)
treeb4b0ef52d1dddee6464f5c8ff0f62d4516f3b0d1 /Makefile.checker
parentb53642ec813178fedd3e646832e7c033b8163f52 (diff)
[build] Remove leftovers of codesigning / OSX IDe infrastructure.
This is not used anymore, and after #14122 the makefile parts for the dmg generation are not used anymore. Closes #7476 .
Diffstat (limited to 'Makefile.checker')
-rw-r--r--Makefile.checker3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.checker b/Makefile.checker
index ad296e0e88..320b03fea7 100644
--- a/Makefile.checker
+++ b/Makefile.checker
@@ -38,9 +38,8 @@ ifeq ($(BEST),opt)
$(CHICKEN): config/config.cmxa clib/clib.cmxa lib/lib.cmxa kernel/kernel.cmxa \
checker/check.cmxa $(LIBCOQRUN) checker/coqchk.mli checker/coqchk.ml
$(SHOW)'OCAMLOPT -o $@'
- $(HIDE)$(OCAMLOPT) -linkpkg $(SYSMOD) $(CHKLIBS) $(OPTFLAGS) $(LINKMETADATA) -o $@ $^
+ $(HIDE)$(OCAMLOPT) -linkpkg $(SYSMOD) $(CHKLIBS) $(OPTFLAGS) -o $@ $^
$(STRIP_HIDE) $@
- $(CODESIGN_HIDE) $@
else
$(CHICKEN): $(CHICKENBYTE)
rm -f $@ && cp $< $@