summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-29 14:46:59 +0200
committerBodo Möller <bodo@openssl.org>1999-04-29 14:46:59 +0200
commit1314c344ac3f5d9e41bf75b166383a2e1f7419be (patch)
tree9c1482432594bb6a671d8e81da8a7d294e16435e /crypto/pkcs12/Makefile.ssl
parentFix make target "install". (diff)
downloadopenssl-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.ssl6
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) ; \