On some systems the default "perl" may still be perl4, use the correct
version determined by "config" instead.
This commit is contained in:
parent
094ed2dd19
commit
fa7688a5b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue