summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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