Change to use $(PERL) not 'perl':
--- ./crypto/objects/Makefile.ssl.perl Fri Dec 21 02:36:13 2001
+++ ./crypto/objects/Makefile.ssl Thu Jan 3 11:10:57 2002
@@ -44,11 +44,11 @@
@touch lib
obj_dat.h: obj_dat.pl obj_mac.h
- perl obj_dat.pl obj_mac.h obj_dat.h
+ $(PERL) obj_dat.pl obj_mac.h obj_dat.h
# objects.pl both reads and writes obj_mac.num
obj_mac.h: objects.pl objects.txt obj_mac.num
- perl objects.pl objects.txt obj_mac.num obj_mac.h
+ $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]