third_party:waf: update to upstream 2.0.4 release
[bbaumbach/samba-autobuild/.git] / third_party / waf / waflib / Tools / c_osx.py
index c575de28b992980d21da1d80a177f634a3c606ce..bafcda19684cfbaa4f41cb967bd7aafd8bd3ead1 100644 (file)
@@ -4,7 +4,7 @@
 
 #!/usr/bin/env python
 # encoding: utf-8
-# Thomas Nagy 2008-2016 (ita)
+# Thomas Nagy 2008-2018 (ita)
 
 """
 MacOSX related tools
@@ -194,3 +194,4 @@ class macplist(Task.Task):
                context = getattr(self, 'context', {})
                txt = txt.format(**context)
                self.outputs[0].write(txt)
+