diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-10-05 15:26:51 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-10-05 15:26:51 +0000 |
commit | 6637fe8be8b7c85d6812af129a79a2c1772fc1ed (patch) | |
tree | 8ee760d089446e26c93485bcab6d61a50d87f3bd /cpp/makebindist.py | |
parent | Updated (diff) | |
download | ice-6637fe8be8b7c85d6812af129a79a2c1772fc1ed.tar.bz2 ice-6637fe8be8b7c85d6812af129a79a2c1772fc1ed.tar.xz ice-6637fe8be8b7c85d6812af129a79a2c1772fc1ed.zip |
Remove THIRDPARTY_HOME from Make.rules.mak
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 8f326196c4e..35e34704450 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -371,6 +371,11 @@ def editMakeRulesMak(filename, version): # Do nothing. # pass + elif line.startswith('THIRDPARTY_HOME'): + # + # Do nothing. + # + pass else: print line.rstrip('\n') elif state == 'header': |