summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-16 03:27:35 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-16 03:27:35 (GMT)
commit67ea6d850281210aa0898938f2ac1a0cabfcfc4b (patch)
tree834cc850eb53ad8301812128dba6718e8ecd6386 /Modules
parentf0a87ee955dfbb99a3cfcf2fa835b460012b22a6 (diff)
downloadcpython-67ea6d850281210aa0898938f2ac1a0cabfcfc4b.zip
cpython-67ea6d850281210aa0898938f2ac1a0cabfcfc4b.tar.gz
cpython-67ea6d850281210aa0898938f2ac1a0cabfcfc4b.tar.bz2
Remove a hard coded Python version, and a now incorrect relative path. Closes
SF patch #103680.
Diffstat (limited to 'Modules')
-rwxr-xr-xModules/ld_so_beos3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/ld_so_beos b/Modules/ld_so_beos
index ac20cd2..0b867fb 100755
--- a/Modules/ld_so_beos
+++ b/Modules/ld_so_beos
@@ -24,7 +24,6 @@
# Make sure we got reasonable arguments.
TARGET=""
ARGS=""
-VERSION=2.0
while [ "$#" != "0" ]; do
case "$1" in
@@ -47,7 +46,7 @@ fi
# 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.. -lpython$VERSION -lbe -lnet -lroot"
+LIBS="-lbe -lnet -lroot"
case $BE_HOST_CPU in
ppc)