third_party:waf: update to upstream 2.0.4 release
[samba.git] / third_party / waf / waflib / Tools / dmd.py
index ef6201531012633ff177e4ee2e295e043195dd5d..07d7d59cf2c19f121bd46e8d2bd629b37f027aca 100644 (file)
@@ -5,7 +5,7 @@
 #!/usr/bin/env python
 # encoding: utf-8
 # Carlos Rafael Giani, 2007 (dv)
-# Thomas Nagy, 2008-2016 (ita)
+# Thomas Nagy, 2008-2018 (ita)
 
 import sys
 from waflib.Tools import ar, d
@@ -81,3 +81,4 @@ def configure(conf):
 
        if str(conf.env.D).find('ldc') > -1:
                conf.common_flags_ldc()
+