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

version determined by "config" instead.
This commit is contained in:
Lutz Jänicke 2002-06-05 07:25:49 +00:00
parent 094ed2dd19
commit fa7688a5b1

View file

@ -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