From: Bodo Möller Date: Wed, 10 Jan 2001 16:46:00 +0000 (+0000) Subject: It's silly to use a different default for PERL than in the top X-Git-Tag: OpenSSL_0_9_6a-beta1~81^2~45 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=72e2d9138c89be7c939f49c93d356b9bb6ee4c51 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.) --- 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=