Commit fa7688a5 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

On some systems the default "perl" may still be perl4, use the correct

version determined by "config" instead.
parent 094ed2dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,5 +7,5 @@ shift

cp Makefile.ssl Makefile.save
makedepend -f Makefile.ssl $@
perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
${PERL} $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new
mv Makefile.new Makefile.ssl