commit | a326ab2c9f34a3f5005cbbbc85f81ecf5d51c615 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Sep 05 11:47:22 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Sep 05 11:47:22 2007 +0000 |
tree | 16d1e13224768d93015c73ca26e7909be8da8142 | |
parent | 5cb86a246164c52176b398be481ab641fab97e1e [diff] [blame] |
Patch #786737: Allow building in a tree of symlinks pointing to a readonly source.
diff --git a/Modules/makesetup b/Modules/makesetup index bc1b1b9..8862c36 100755 --- a/Modules/makesetup +++ b/Modules/makesetup
@@ -238,7 +238,7 @@ 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