summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 94f105801ba..3a72ec57e6c 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -365,13 +365,8 @@ def getDBfiles(dbLocation):
pipe_stdin.close()
pipe_stdout.close()
fileList.extend(lines)
-
if getPlatform() == 'aix':
- pipe_stdin, pipe_stdout = os.popen2('find lib -name "*.a" -type f')
- lines = pipe_stdout.readlines()
- pipe_stdin.close()
- pipe_stdout.close()
- fileList.extend(lines)
+ fileList.append('lib/libdb_cxx.so')
os.chdir(cwd)
return fileList