ocaml: remove references to non-existent files
This commit is contained in:
parent
d2b40510fe
commit
8acf56136f
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.138 2020/12/09 10:33:04 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.139 2020/12/10 16:17:55 wiz Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
|
@ -93,11 +93,6 @@ EXTRA_RT_LIBS.*=
|
|||
|
||||
PRINT_PLIST_AWK+= { gsub(/lib\/ocaml\/${PKGMANDIR:S|/|\\/|}/, "lib/ocaml/$${PKGMANDIR}"); }
|
||||
|
||||
.if defined(PLIST.instrumented_runtime)
|
||||
REPLACE_BASH+= tools/ocaml-instr-graph
|
||||
REPLACE_AWK+= tools/ocaml-instr-report
|
||||
.endif
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${MAKE_PROGRAM} ${TEST_PROGRAM}
|
||||
cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all
|
||||
|
|
Loading…
Reference in a new issue