diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 288302ae4f3..e9ffedec770 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -361,6 +361,7 @@ prefix = $(ICE_DIR) # XXX: The following will not work for demos not in demo/A/B type dir # os.chdir("..") + runprog("for f in `find . -name .depend` ; do sed -i -e 's/\.\.\/\.\.\/\.\.\/slice/$(slicedir)/g' $f ; done") runprog("for f in `find . -name .depend` ; do sed -i -e 's/\.\.\/\.\.\/\.\./$(ICE_DIR)/g' $f ; done") makefile.close() |