From 72e2d9138c89be7c939f49c93d356b9bb6ee4c51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 10 Jan 2001 16:46:00 +0000 Subject: [PATCH] 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.) --- apps/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- 2.34.1