From 0ae636a80872105cb77e8a57e6afdcab8fc384ac Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 7 Aug 2019 12:21:35 -0700 Subject: [PATCH] Do not install non-existent runtime options hashtb and krypt. --- src/runtime/Makefile-fragment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/Makefile-fragment b/src/runtime/Makefile-fragment index e39b9958b..a39a1e23f 100644 --- a/src/runtime/Makefile-fragment +++ b/src/runtime/Makefile-fragment @@ -1,5 +1,5 @@ RUNDIR = $(AUXDIR)/runtime -RUNOPTS = chrsyn cpress format gdbm hashtb krypt mime-codec numint \ +RUNOPTS = chrsyn cpress format gdbm mime-codec numint \ ordvec pgsql process rbtree regexp rexp rgxcmp syncproc wttree ystep install: -- 2.25.1