summaryrefslogtreecommitdiff
path: root/test/LINK
diff options
context:
space:
mode:
authorRobert Managan <ramanagan@att.net>2012-11-17 16:03:24 -0800
committerRobert Managan <ramanagan@att.net>2012-11-17 16:03:24 -0800
commit81b07f07cb020062a718c38d6d0438b4cb548094 (patch)
tree4c868fadb15124e977272eea53b5dd7b41592924 /test/LINK
parent39aad562ade86dd6381b4031394d3b97f6e5acd2 (diff)
downloadscons-81b07f07cb020062a718c38d6d0438b4cb548094.tar.gz
Change symlinks to match what ldconfig does
Diffstat (limited to 'test/LINK')
-rw-r--r--test/LINK/VersionedLib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py
index 04604444..5b6ba779 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':