X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=ms%2Fuplink-x86_64.pl;h=1f244504cdffc43df5e8578a526f71dc3757079e;hb=22e9f9211de80d7edcb1bd3b86eef7611718ab5c;hp=2758c86d1e0595002d8a080ff416ac6974533843;hpb=6251989eb6168c1baada70c5b16c7742861d3d03;p=oweals%2Fopenssl.git diff --git a/ms/uplink-x86_64.pl b/ms/uplink-x86_64.pl index 2758c86d1e..1f244504cd 100755 --- a/ms/uplink-x86_64.pl +++ b/ms/uplink-x86_64.pl @@ -1,8 +1,15 @@ -#!/usr/bin/env perl +#! /usr/bin/env perl +# Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the OpenSSL license (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html -$output=shift; +$output=pop; $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; -open STDOUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output"; +open OUT,"| \"$^X\" \"${dir}../crypto/perlasm/x86_64-xlate.pl\" \"$output\""; +*STDOUT=*OUT; push(@INC,"${dir}."); require "uplink-common.pl";