summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
author☢ ℕicolas ℝ <nicolas@atoomic.org>2020-08-04 14:30:30 -0600
committer☢ ℕicolas ℝ <nicolas@atoomic.org>2020-08-04 14:30:30 -0600
commit68932db140076f5a7aa243f78fc4fc963acc09b5 (patch)
tree4b7a35ab2540dfd89d21394565241eb385e994fd /os2
parent4a88c3486cf5f9429d8f6fdb6280d9c26bc626a7 (diff)
downloadperl-68932db140076f5a7aa243f78fc4fc963acc09b5.tar.gz
use PERL_REVISION in os2/Makefile.SHs
Diffstat (limited to 'os2')
-rw-r--r--os2/Makefile.SHs2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/Makefile.SHs b/os2/Makefile.SHs
index 00e785fef1..db23b1c975 100644
--- a/os2/Makefile.SHs
+++ b/os2/Makefile.SHs
@@ -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