summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorThomas Nagy <tnagy@waf.io>2015-12-05 12:04:29 +0100
committerUri Simchoni <uri@samba.org>2016-01-02 19:30:20 +0100
commit88969d75295421386de339d2501965c0db685756 (patch)
tree32f7278c62098f0cc76fd509087af6d0e60c495c /third_party
parent1bc806a4738d705b45d954060dcd9fd2ab70ddfd (diff)
downloadsamba-88969d75295421386de339d2501965c0db685756.tar.gz
thirdparty:waf: Update gccdeps from upstream
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>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/waf/wafadmin/3rdparty/gccdeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/waf/wafadmin/3rdparty/gccdeps.py b/third_party/waf/wafadmin/3rdparty/gccdeps.py
index 28a889d78b6..55cd515b958 100644
--- a/third_party/waf/wafadmin/3rdparty/gccdeps.py
+++ b/third_party/waf/wafadmin/3rdparty/gccdeps.py
@@ -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: