diff options
Diffstat (limited to 'src')
| -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) |
