Chromium Code Reviews| Index: openssl/crypto/cast/asm/cast-586.pl |
| =================================================================== |
| --- openssl/crypto/cast/asm/cast-586.pl (revision 105093) |
| +++ openssl/crypto/cast/asm/cast-586.pl (working copy) |
| @@ -3,7 +3,8 @@ |
| # define for pentium pro friendly version |
| $ppro=1; |
| -push(@INC,"perlasm","../../perlasm"); |
| +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; |
| +push(@INC,"${dir}","${dir}../../perlasm"); |
| require "x86asm.pl"; |
| require "cbc.pl"; |