summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-10 16:40:30 +0000
committerBodo Möller <bodo@openssl.org>2001-01-10 16:40:30 +0000
commitf6485909914447010e53f4dc3831df10f41ed2b5 (patch)
tree20ad2cfaeb7de862f5a4bcbc9074a05c488b0175 /Makefile.org
parenta14280d41eb272028aed96adaede8f76d1f2a296 (diff)
downloadopenssl-new-f6485909914447010e53f4dc3831df10f41ed2b5.tar.gz
Use $(PERL) in place of hard-coded perl
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile.org b/Makefile.org
index c50cab6a72..00dda13c1c 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -434,25 +434,25 @@ tags:
done;
errors:
- perl util/mkerr.pl -recurse -write
+ $(PERL) util/mkerr.pl -recurse -write
stacks:
- perl util/mkstack.pl -write
+ $(PERL) util/mkstack.pl -write
util/libeay.num::
- perl util/mkdef.pl crypto update
+ $(PERL) util/mkdef.pl crypto update
util/ssleay.num::
- perl util/mkdef.pl ssl update
+ $(PERL) util/mkdef.pl ssl update
crypto/objects/obj_dat.h: crypto/objects/obj_mac.h crypto/objects/obj_dat.pl
- perl crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h
+ $(PERL) crypto/objects/obj_dat.pl crypto/objects/obj_mac.h crypto/objects/obj_dat.h
crypto/objects/obj_mac.h: crypto/objects/objects.pl crypto/objects/objects.txt
- perl crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h
+ $(PERL) crypto/objects/objects.pl crypto/objects/objects.txt crypto/objects/obj_mac.num crypto/objects/obj_mac.h
TABLE: Configure
(echo 'Output of `Configure TABLE'"':"; \
- perl Configure TABLE) > TABLE
+ $(PERL) Configure TABLE) > TABLE
update: depend errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h TABLE