summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-05 07:07:50 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-05 07:07:50 +0000
commit094ed2dd19fe07a4d02e103a73a668767d4d14d3 (patch)
tree0278b2b78f82dce7a076fe6aca0dbb49c2ef35fe
parentd0f07ceeee0ee1ed48d52c7e974caeb71360d636 (diff)
The correct PERL interpreter is passed via commandline.
-rw-r--r--apps/Makefile.ssl1
-rw-r--r--crypto/objects/Makefile.ssl1
-rw-r--r--test/Makefile.ssl1
3 files changed, 0 insertions, 3 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl
index 7d9bece75d..598b66035d 100644
--- a/apps/Makefile.ssl
+++ b/apps/Makefile.ssl
@@ -13,7 +13,6 @@ OPENSSLDIR= /usr/local/ssl
MAKE= make -f Makefile.ssl
MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
-PERL=/usr/local/bin/perl
RM= rm -f
PEX_LIBS=
diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl
index 7b1c51cdb1..562b127467 100644
--- a/crypto/objects/Makefile.ssl
+++ b/crypto/objects/Makefile.ssl
@@ -14,7 +14,6 @@ MAKE= make -f Makefile.ssl
MAKEDEPEND= $(TOP)/util/domd $(TOP)
MAKEFILE= Makefile.ssl
AR= ar r
-PERL= perl
CFLAGS= $(INCLUDES) $(CFLAG)
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index a6e381971a..18c36b8dab 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -13,7 +13,6 @@ INSTALLTOP= /usr/local/ssl
MAKEFILE= Makefile.ssl
MAKE= make -f $(MAKEFILE)
MAKEDEPEND= $(TOP)/util/domd $(TOP)
-PERL= perl
PEX_LIBS=
EX_LIBS= #-lnsl -lsocket