From: Richard Levitte Date: Mon, 27 Apr 2020 06:11:52 +0000 (+0200) Subject: Configurations/unix-Makefile.tmpl: fix typo X-Git-Tag: openssl-3.0.0-alpha2~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf076a3fd6b48b631ecbe0db6d2cff13873d0a20;p=thirdparty%2Fopenssl.git Configurations/unix-Makefile.tmpl: fix typo PROCESSSOR => PROCESSOR Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11654) --- 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$/) {