diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-29 14:46:59 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-29 14:46:59 +0200 |
commit | 1314c344ac3f5d9e41bf75b166383a2e1f7419be (patch) | |
tree | 9c1482432594bb6a671d8e81da8a7d294e16435e /crypto/pkcs12/Makefile.ssl | |
parent | Fix make target "install". (diff) | |
download | openssl-1314c344ac3f5d9e41bf75b166383a2e1f7419be.tar.xz openssl-1314c344ac3f5d9e41bf75b166383a2e1f7419be.zip |
Obey $(PERL) when running util/mklink.pl.
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/pkcs12/Makefile.ssl')
-rw-r--r-- | crypto/pkcs12/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/pkcs12/Makefile.ssl b/crypto/pkcs12/Makefile.ssl index 0de3097b06..f1c4eaed8e 100644 --- a/crypto/pkcs12/Makefile.ssl +++ b/crypto/pkcs12/Makefile.ssl @@ -51,9 +51,9 @@ files: links: @$(TOP)/util/point.sh Makefile.ssl Makefile - @$(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) - @$(TOP)/util/mklink.pl ../../test $(TEST) - @$(TOP)/util/mklink.pl ../../apps $(APPS) + @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) + @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) + @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: @for i in $(EXHEADER) ; \ |