Index: openssl/crypto/rc5/asm/rc5-586.pl |
=================================================================== |
--- openssl/crypto/rc5/asm/rc5-586.pl (revision 105093) |
+++ openssl/crypto/rc5/asm/rc5-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"; |
require "cbc.pl"; |