]> granicus.if.org Git - python/commitdiff
Remove a hard coded Python version, and a now incorrect relative path. Closes
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 16 Feb 2001 03:27:35 +0000 (03:27 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 16 Feb 2001 03:27:35 +0000 (03:27 +0000)
SF patch #103680.

Modules/ld_so_beos

index ac20cd25ef3b0e2ecbd90dff4fdfa214f0aabfca..0b867fbde0519fcee96840355e2f4e83f4c56278 100755 (executable)
@@ -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)