summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-10-05 15:26:51 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-10-05 15:26:51 +0000
commit6637fe8be8b7c85d6812af129a79a2c1772fc1ed (patch)
tree8ee760d089446e26c93485bcab6d61a50d87f3bd /cpp
parentUpdated (diff)
downloadice-6637fe8be8b7c85d6812af129a79a2c1772fc1ed.tar.bz2
ice-6637fe8be8b7c85d6812af129a79a2c1772fc1ed.tar.xz
ice-6637fe8be8b7c85d6812af129a79a2c1772fc1ed.zip
Remove THIRDPARTY_HOME from Make.rules.mak
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/makebindist.py5
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':