X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fx509v3%2FMakefile.ssl;h=181bd9c1b55c9cc3fe126e1dac71f1906a929f13;hb=ec577822f95a8bca0023c5c77cef1a4916822d4a;hp=8294b5e1423799d0a1303e660c71d8b20b21557e;hpb=806115771c7a056756cb5f93bb3aaa71cd418e49;p=thirdparty%2Fopenssl.git diff --git a/crypto/x509v3/Makefile.ssl b/crypto/x509v3/Makefile.ssl index 8294b5e142..181bd9c1b5 100644 --- a/crypto/x509v3/Makefile.ssl +++ b/crypto/x509v3/Makefile.ssl @@ -51,15 +51,15 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile - @$(TOP)/util/mklink.sh ../../include $(EXHEADER) + @$(TOP)/util/mklink.sh ../../include/openssl $(EXHEADER) @$(TOP)/util/mklink.sh ../../test $(TEST) @$(TOP)/util/mklink.sh ../../apps $(APPS) install: @for i in $(EXHEADER) ; \ do \ - (cp $$i $(INSTALLTOP)/include/$$i; \ - chmod 644 $(INSTALLTOP)/include/$$i ); \ + (cp $$i $(INSTALLTOP)/include/openssl/$$i; \ + chmod 644 $(INSTALLTOP)/include/openssl/$$i ); \ done; tags: