On some systems the default "perl" may still be perl4, use the correct
version determined by "config" instead.
This commit is contained in:
@@ -7,5 +7,5 @@ shift
|
|||||||
|
|
||||||
cp Makefile.ssl Makefile.save
|
cp Makefile.ssl Makefile.save
|
||||||
makedepend -f Makefile.ssl $@
|
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
|
mv Makefile.new Makefile.ssl
|
||||||
|
|||||||
Reference in New Issue
Block a user