use PERL_REVISION in os2/Makefile.SHs

This commit is contained in:
☢ ℕicolas ℝ 2020-08-04 14:30:30 -06:00
parent 4a88c3486c
commit 68932db140

View File

@ -6,7 +6,7 @@
# Additional rules supported: perl_, aout_test, aout_install, use them
# for a.out style perl (which may fork).
perl_fullversion="5.00${PERL_VERSION}_$PERL_SUBVERSION"
perl_fullversion="${PERL_REVISION}.00${PERL_VERSION}_${PERL_SUBVERSION}"
case "$archname" in
*-thread*) perl_fullversion="${perl_fullversion}-threaded";;
esac