Remove an extra @, since that line is now a continuation of the previous one.
authorRichard Levitte <levitte@openssl.org>
Fri, 9 Aug 2002 07:37:28 +0000 (07:37 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Aug 2002 07:37:28 +0000 (07:37 +0000)
PR: 203, part 2

Makefile.org

index 72e986d667e20225972612982a4305caa1911fa0..f3255abb9b2a8fdb6040949ff1b232fe4b21ceaf 100644 (file)
@@ -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"; \