Chris Herborth <chrish@pobox.com>:
Minor updates for BeOS R5.
Use of OSError in test.test_fork1 changed to TestSkipped, with corresponding
change in BeOS/README (by Fred).
This closes SourceForge patch #100978.
diff --git a/BeOS/linkmodule b/BeOS/linkmodule
index 103882a..7e0b5b9 100755
--- a/BeOS/linkmodule
+++ b/BeOS/linkmodule
@@ -46,7 +46,7 @@
# The shared libraries and glue objects we need to link against; these
# libs are overkill for most of the standard modules, but it makes life
# in this shell script easier.
-LIBS="-L.. -lpython1.5 -lbe -lnet -lroot"
+LIBS="-L.. -lpython$VERSION -lbe -lnet -lroot"
case $BE_HOST_CPU in
ppc)