summaryrefslogtreecommitdiffstats
path: root/Modules/makesetup
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-05 11:47:34 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-05 11:47:34 (GMT)
commitd44a4e971918e9e8367f4469f43c6d429f11bdb2 (patch)
treecb49d5938b3c231f3255989fdd5f8a8ceca571be /Modules/makesetup
parent362bb5150352603394aacc1d7d0592938962fe92 (diff)
downloadcpython-d44a4e971918e9e8367f4469f43c6d429f11bdb2.zip
cpython-d44a4e971918e9e8367f4469f43c6d429f11bdb2.tar.gz
cpython-d44a4e971918e9e8367f4469f43c6d429f11bdb2.tar.bz2
Patch #786737: Allow building in a tree of symlinks pointing to
a readonly source.
Diffstat (limited to 'Modules/makesetup')
-rwxr-xr-xModules/makesetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/makesetup b/Modules/makesetup
index bc1b1b9..8862c36 100755
--- a/Modules/makesetup
+++ b/Modules/makesetup
@@ -238,7 +238,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
no) SHAREDMODS="$SHAREDMODS $file";;
esac
rule="$file: $objs"
- rule="$rule; \$(LDSHARED) $objs $libs $ExtraLibs -o $file"
+ rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
echo "$rule" >>$rulesf
done
done