From a91aba895e278905d29bd996f4d9028ee448e269 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 31 May 2017 16:24:13 +1000 Subject: src/GNUmakefile: Add missing ocsp rule --- src/GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 9e4fde4..df675ad 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -140,6 +140,11 @@ $$(DESTDIR)$(3)/openssl/pubkey.lua: $$(d)/openssl.pubkey.lua $$(RM) -f $$@ $$(CP) -p $$< $$@ +$$(DESTDIR)$(3)/openssl/ocsp/%.lua: $$(d)/openssl.ocsp.%.lua + $$(LUAC$(1)_$(d)) -p $$< + $$(MKDIR) -p $$(@D) + $$(CP) -p $$< $$@ + $$(DESTDIR)$(3)/openssl/x509/%.lua: $$(d)/openssl.x509.%.lua $$(LUAC$(1)_$(d)) -p $$< $$(MKDIR) -p $$(@D) -- cgit v1.2.3-59-g8ed1b