thirdparty:waf: Update gccdeps from upstream
authorThomas Nagy <tnagy@waf.io>
Sat, 5 Dec 2015 11:04:29 +0000 (12:04 +0100)
committerUri Simchoni <uri@samba.org>
Sat, 2 Jan 2016 18:30:20 +0000 (19:30 +0100)
The version from upstream was updated. It is not used at this moment
in Samba because there is a copy kept in builtools/wafsamba/gccdeps.py
which will be removed soon.

Signed-off-by: Thomas Nagy <tnagy@waf.io>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
third_party/waf/wafadmin/3rdparty/gccdeps.py

index 28a889d78b63f400d453de878cde1b7ccf7b8c99..55cd515b958ffd172f6038943810d358bb99ff9a 100644 (file)
@@ -15,7 +15,7 @@ lock = threading.Lock()
 
 preprocessor_flag = '-MD'
 
-@feature('cc')
+@feature('cc', 'c')
 @before('apply_core')
 def add_mmd_cc(self):
        if self.env.get_flat('CCFLAGS').find(preprocessor_flag) < 0: