diff options
author | daurnimator <quae@daurnimator.com> | 2017-05-31 16:24:13 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-05-31 16:24:51 +1000 |
commit | a91aba895e278905d29bd996f4d9028ee448e269 (patch) | |
tree | 501b1fe82bc6ddd5263cd55f2fa628747c92e190 | |
parent | 8e53472a22473f689e19857944c38a5637362b49 (diff) | |
download | luaossl-a91aba895e278905d29bd996f4d9028ee448e269.tar.gz luaossl-a91aba895e278905d29bd996f4d9028ee448e269.tar.bz2 luaossl-a91aba895e278905d29bd996f4d9028ee448e269.zip |
src/GNUmakefile: Add missing ocsp rule
-rw-r--r-- | src/GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 | |||
140 | $$(RM) -f $$@ | 140 | $$(RM) -f $$@ |
141 | $$(CP) -p $$< $$@ | 141 | $$(CP) -p $$< $$@ |
142 | 142 | ||
143 | $$(DESTDIR)$(3)/openssl/ocsp/%.lua: $$(d)/openssl.ocsp.%.lua | ||
144 | $$(LUAC$(1)_$(d)) -p $$< | ||
145 | $$(MKDIR) -p $$(@D) | ||
146 | $$(CP) -p $$< $$@ | ||
147 | |||
143 | $$(DESTDIR)$(3)/openssl/x509/%.lua: $$(d)/openssl.x509.%.lua | 148 | $$(DESTDIR)$(3)/openssl/x509/%.lua: $$(d)/openssl.x509.%.lua |
144 | $$(LUAC$(1)_$(d)) -p $$< | 149 | $$(LUAC$(1)_$(d)) -p $$< |
145 | $$(MKDIR) -p $$(@D) | 150 | $$(MKDIR) -p $$(@D) |