Loading util/mk1mf.pl +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ while(<IN>) { $options=$1 if (/^OPTIONS=(.*)$/); $INSTALLTOP=$1 if (/^INSTALLTOP=(.*$)/); } close(IN); die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq ""; Loading util/mkdef.pl +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ open(IN,"<Makefile.ssl") || die "unable to open Makefile.ssl!\n"; while(<IN>) { $options=$1 if (/^OPTIONS=(.*)$/); } close(IN); foreach (@ARGV, split(/ /, $options)) { Loading Loading
util/mk1mf.pl +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ while(<IN>) { $options=$1 if (/^OPTIONS=(.*)$/); $INSTALLTOP=$1 if (/^INSTALLTOP=(.*$)/); } close(IN); die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq ""; Loading
util/mkdef.pl +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ open(IN,"<Makefile.ssl") || die "unable to open Makefile.ssl!\n"; while(<IN>) { $options=$1 if (/^OPTIONS=(.*)$/); } close(IN); foreach (@ARGV, split(/ /, $options)) { Loading