Index: openssl/crypto/md5/asm/md5-586.pl |
=================================================================== |
--- openssl/crypto/md5/asm/md5-586.pl (revision 105093) |
+++ openssl/crypto/md5/asm/md5-586.pl (working copy) |
@@ -7,7 +7,8 @@ |
$normal=0; |
-push(@INC,"perlasm","../../perlasm"); |
+$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; |
+push(@INC,"${dir}","${dir}../../perlasm"); |
require "x86asm.pl"; |
&asm_init($ARGV[0],$0); |