aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-10 16:46:00 +0000
committerBodo Möller <bodo@openssl.org>2001-01-10 16:46:00 +0000
commit72e2d9138c89be7c939f49c93d356b9bb6ee4c51 (patch)
tree7ad4550a1fd6d635a222ca6580518c0835d11ccb /apps
parent1dd080bca49f1def59e05ca3badc82e80c3fc526 (diff)
downloadopenssl-72e2d9138c89be7c939f49c93d356b9bb6ee4c51.tar.gz
It's silly to use a different default for PERL than in the top
Makefile. (The default is never actually used though because the top Makefile passes its value of PERL down to sub-Makefiles.)
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index 3f76156b6b..c6cf14da5e 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -13,7 +13,7 @@ OPENSSLDIR= /usr/local/ssl
MAKE= make -f Makefile.ssl
MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
-PERL=/usr/local/bin/perl
+PERL= perl
RM= rm -f
# KRB5 stuff
KRB5_INCLUDES=