From cf076a3fd6b48b631ecbe0db6d2cff13873d0a20 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 27 Apr 2020 08:11:52 +0200 Subject: [PATCH] Configurations/unix-Makefile.tmpl: fix typo PROCESSSOR => PROCESSOR Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11654) --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index e7f5f40507..1ab5f4bb0c 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -1268,7 +1268,7 @@ EOF if ($args{generator}->[0] =~ /\.pl$/) { $generator = 'CC="$(CC)" $(PERL)'.$generator_incs.' '.$generator - .' "$(PERLASM_SCHEME)"'.$incs.' '.$cppflags.$defs.' $(PROCESSSOR)'; + .' "$(PERLASM_SCHEME)"'.$incs.' '.$cppflags.$defs.' $(PROCESSOR)'; } elsif ($args{generator}->[0] =~ /\.m4$/) { $generator = 'm4 -B 8192'.$generator_incs.' '.$generator.' >' } elsif ($args{generator}->[0] =~ /\.S$/) { -- 2.25.1