rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.
[openssl.git] / crypto / rc5 / asm / rc5-586.pl
index edff1d1e64afc486496169a31d2a02a4f085010d..61ac6effc69c01e73debe7667ce644e044c81469 100644 (file)
@@ -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";