summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/makelist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/makelist.py')
-rw-r--r--src/build/makelist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/makelist.py b/src/build/makelist.py
index 1f94814bf88..144dc636c8d 100644
--- a/src/build/makelist.py
+++ b/src/build/makelist.py
@@ -11,7 +11,7 @@ drivlist = []
def parse_file(srcfile):
try:
- fp = open(srcfile, 'rb')
+ fp = open(srcfile, 'rt')
except IOError:
sys.stderr.write("Unable to open source file '%s'\n" % srcfile)
return 1