From: Andy Polyakov Date: Thu, 17 Jan 2008 19:48:01 +0000 (+0000) Subject: rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification. X-Git-Tag: OpenSSL_0_9_8k^2~564 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=339ad7ce736fedc92bee9adbe32eb9f6861abc99;p=oweals%2Fopenssl.git rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification. --- diff --git a/crypto/rc5/asm/rc5-586.pl b/crypto/rc5/asm/rc5-586.pl index edff1d1e64..61ac6effc6 100644 --- a/crypto/rc5/asm/rc5-586.pl +++ b/crypto/rc5/asm/rc5-586.pl @@ -1,6 +1,7 @@ #!/usr/local/bin/perl -push(@INC,"perlasm","../../perlasm"); +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; +push(@INC,"${dir}","${dir}../../perlasm"); require "x86asm.pl"; require "cbc.pl";