]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
[1.1.1] Fix `make update` for out-of-tree builds
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Mar 2021 11:42:39 +0000 (13:42 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Thu, 4 Mar 2021 18:30:24 +0000 (20:30 +0200)
Fixes #11940

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/14388)

Configurations/unix-Makefile.tmpl

index 3a24d551359bd0fd0ab75c5d6e32946c09e9c2de..41648c952667f3452f543ee15888510eed173735 100644 (file)
@@ -917,8 +917,8 @@ errors:
           done )
 
 ordinals:
-       ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl crypto update )
-       ( b=`pwd`; cd $(SRCDIR); $(PERL) -I$$b util/mkdef.pl ssl update )
+       $(PERL) $(SRCDIR)/util/mkdef.pl crypto update
+       $(PERL) $(SRCDIR)/util/mkdef.pl ssl update
 
 test_ordinals:
        ( cd test; \