X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Makefile.org;h=94302f9c207f9b8a854ed4f40d775a08bdefca65;hp=675a9b5a02fb0303286c368aad80139a435f1ed2;hb=79cfc3ac546565914426ff397a73f2f7ca36ff51;hpb=72a9776abc749cb1848abe7eb3f7de300bdf5cf8 diff --git a/Makefile.org b/Makefile.org index 675a9b5a02..94302f9c20 100644 --- a/Makefile.org +++ b/Makefile.org @@ -121,7 +121,7 @@ SDIRS= \ bn ec rsa dsa ecdsa dh ecdh dso engine \ buffer bio stack lhash rand err \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 \ - cms pqueue ts jpake store + cms pqueue ts jpake store cmac # keep in mind that the above list is adjusted by ./Configure # according to no-xxx arguments... @@ -594,7 +594,7 @@ install_docs: $(INSTALL_PREFIX)$(MANDIR)/man3 \ $(INSTALL_PREFIX)$(MANDIR)/man5 \ $(INSTALL_PREFIX)$(MANDIR)/man7 - @pod2man="`cd util; ./pod2mantest $(PERL)`"; \ + @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \ here="`pwd`"; \ filecase=; \ if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \