Index: openssl/crypto/bn/asm/co-586.pl |
=================================================================== |
--- openssl/crypto/bn/asm/co-586.pl (revision 105093) |
+++ openssl/crypto/bn/asm/co-586.pl (working copy) |
@@ -1,6 +1,7 @@ |
#!/usr/local/bin/perl |
-push(@INC,"perlasm","../../perlasm"); |
+$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; |
+push(@INC,"${dir}","${dir}../../perlasm"); |
require "x86asm.pl"; |
&asm_init($ARGV[0],$0); |