summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-08-09 17:26:14 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-08-09 17:26:14 +0000
commit4aa2f1627947f4f161eea642546b3f5d91b3573d (patch)
treeef5ba3fc5f90a2854381c079a77644b757a0bfed /cpp/makedist.py
parentFix for distribution build (diff)
downloadice-4aa2f1627947f4f161eea642546b3f5d91b3573d.tar.bz2
ice-4aa2f1627947f4f161eea642546b3f5d91b3573d.tar.xz
ice-4aa2f1627947f4f161eea642546b3f5d91b3573d.zip
Fixed for Borland port
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index 3581697143d..e6301b2ef1e 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -284,6 +284,8 @@ for x in grammars:
# Edit the Makefile to comment out the grammar rules.
#
fixMakefile("Makefile", base)
+ fixMakefile("Makefile.mak", base)
+
#
# Edit the project file(s) to comment out the grammar rules.
#
@@ -315,6 +317,8 @@ for x in scanners:
# Edit the Makefile to comment out the flex rules.
#
fixMakefile("Makefile", base)
+ fixMakefile("Makefile.mak", base)
+
#
# Edit the project file(s) to comment out the flex rules.
#