From d4e122b36c18f4bd322ae5932c21276e2d55adeb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 9 Aug 2002 07:37:28 +0000 Subject: [PATCH] Remove an extra @, since that line is now a continuation of the previous one. PR: 203, part 2 --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index 72e986d667..f3255abb9b 100644 --- a/Makefile.org +++ b/Makefile.org @@ -697,7 +697,7 @@ install_docs: --release=$(VERSION) `basename $$i`") \ > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \ done; \ - @for i in doc/crypto/*.pod doc/ssl/*.pod; do \ + for i in doc/crypto/*.pod doc/ssl/*.pod; do \ fn=`basename $$i .pod`; \ if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \ echo "installing man$$sec/`basename $$i .pod`.$$sec"; \ -- 2.25.1