diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-12 20:11:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-12 20:11:40 +0000 |
commit | 8189518f8f6767c26822d7c373504422f3996c24 (patch) | |
tree | 33a2a18097c9439ad62d3ae6154803d7454e0a9f /cpp/makebindist.py | |
parent | Fix demo tarball builds (diff) | |
download | ice-8189518f8f6767c26822d7c373504422f3996c24.tar.bz2 ice-8189518f8f6767c26822d7c373504422f3996c24.tar.xz ice-8189518f8f6767c26822d7c373504422f3996c24.zip |
Remove uneeded code
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 6832344a72a..5b589e9af46 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -471,12 +471,7 @@ prefix = $(ICE_DIR) elif state == 'untilprefix': if line.startswith('prefix'): state = 'done' - # - # Dependency files are all going to be bogus since they contain relative - # paths to Ice headers. We need to adjust this - # - os.chdir("..") - #runprog("for f in `find . -name .depend` ; do sed -i -e 's/\.\.\/\.\.\/\.\./$(ICE_DIR)/g' $f ; done") + makefile.close() def updateIceVersion(filename, version): |