diff options
author | Robert Managan <ramanagan@att.net> | 2012-11-18 00:03:24 (GMT) |
---|---|---|
committer | Robert Managan <ramanagan@att.net> | 2012-11-18 00:03:24 (GMT) |
commit | 118d042d9368075cefd3d74bd951a873816bde12 (patch) | |
tree | 4b4c1fda9661541ba26d03b0ac35db575469bae7 /test | |
parent | 4bd813d80758da1feecbf998d3e497b5fd895cb3 (diff) | |
download | SCons-118d042d9368075cefd3d74bd951a873816bde12.zip SCons-118d042d9368075cefd3d74bd951a873816bde12.tar.gz SCons-118d042d9368075cefd3d74bd951a873816bde12.tar.bz2 |
Change symlinks to match what ldconfig does
Diffstat (limited to 'test')
-rw-r--r-- | test/LINK/VersionedLib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py index 0460444..5b6ba77 100644 --- a/test/LINK/VersionedLib.py +++ b/test/LINK/VersionedLib.py @@ -102,7 +102,6 @@ if platform == 'posix': files = [
'libtest.so',
'libtest.so.2',
- 'libtest.so.2.5',
'libtest.so.2.5.4',
'test.os',
]
@@ -110,7 +109,6 @@ if platform == 'posix': instfiles = [
'libtest.so',
'libtest.so.2',
- 'libtest.so.2.5',
'libtest.so.2.5.4',
]
elif platform == 'darwin':
|