summaryrefslogtreecommitdiff
path: root/ssl/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 /ssl/Makefile.ssl
parentcc98d9b68cece257364d872a9652e22d874223b3 (diff)
downloadopenssl-new-1314c344ac3f5d9e41bf75b166383a2e1f7419be.tar.gz
Obey $(PERL) when running util/mklink.pl.
Submitted by: Reviewed by: PR:
Diffstat (limited to 'ssl/Makefile.ssl')
-rw-r--r--ssl/Makefile.ssl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index e28fbb1cc7..53a367066c 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -61,9 +61,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) ; \