diff options
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): |