openssl-0.9.6c/crypto/objects/Makefile has two rules in which an
attempt is made to execute "perl" instead of $(PERL) .
--------------------begin patch-------------------------
*** crypto/objects/Makefile.dist Mon Feb 18 12:31:32 2002
--- crypto/objects/Makefile Mon Feb 18 12:27:39 2002
***************
*** 44,54 ****
@touch lib
obj_dat.h: obj_dat.pl obj_mac.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
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
--- 44,54 ----
@touch lib
obj_dat.h: obj_dat.pl obj_mac.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
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
--------------------end patch-------------------------
-patrick.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]