| Index: pylib/gyp/generator/make.py
|
| diff --git a/pylib/gyp/generator/make.py b/pylib/gyp/generator/make.py
|
| index e72664695615a9639bb2e2ad796c4a52ca123f9f..88154c997140ec6bc4e020923900b25a812aa8f8 100644
|
| --- a/pylib/gyp/generator/make.py
|
| +++ b/pylib/gyp/generator/make.py
|
| @@ -673,7 +673,7 @@ target_outputs = {}
|
| target_link_deps = {}
|
|
|
|
|
| -class MakefileWriter:
|
| +class MakefileWriter(object):
|
| """MakefileWriter packages up the writing of one target-specific foobar.mk.
|
|
|
| Its only real entry point is Write(), and is mostly used for namespacing.
|
|
|