X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.org;h=e87d62368abc6b1a5121afb29008e7e477dee66f;hb=808f55351aa4834a7b358c43fb6cac371e79ff7c;hp=fa0a0491cfa8d50cccfdc48f9bffbc504494e5d7;hpb=9ac37cb0185c7448b46b5b007fe7b71d8dbec93f;p=oweals%2Fopenssl.git diff --git a/Makefile.org b/Makefile.org index fa0a0491cf..e87d62368a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -686,7 +686,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 \