aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bf/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-29 12:46:59 +0000
committerBodo Möller <bodo@openssl.org>1999-04-29 12:46:59 +0000
commit1314c344ac3f5d9e41bf75b166383a2e1f7419be (patch)
tree9c1482432594bb6a671d8e81da8a7d294e16435e /crypto/bf/Makefile.ssl
parentcc98d9b68cece257364d872a9652e22d874223b3 (diff)
downloadopenssl-1314c344ac3f5d9e41bf75b166383a2e1f7419be.tar.gz
Obey $(PERL) when running util/mklink.pl.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/bf/Makefile.ssl')
-rw-r--r--crypto/bf/Makefile.ssl6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/bf/Makefile.ssl b/crypto/bf/Makefile.ssl
index 34d5dd7c82..4627425def 100644
--- a/crypto/bf/Makefile.ssl
+++ b/crypto/bf/Makefile.ssl
@@ -71,9 +71,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) ; \