1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

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>
This commit is contained in:
Thomas Nagy 2015-12-05 12:04:29 +01:00 committed by Uri Simchoni
parent 1bc806a473
commit 88969d7529

View 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: