2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-16 23:19:50 +01:00

Regression due to Issue 1502

This commit is contained in:
Thomas Nagy 2014-11-01 23:38:02 +01:00
parent 28ebd858d5
commit 67a5bb5c73
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -868,6 +868,7 @@ class c_parser(object):
if found and not found in self.ban_includes:
# TODO duplicates do not increase the no-op build times too much, but they may be worth removing
self.nodes.append(found)
self.addlines(found)
else:
if not filename in self.names:
self.names.append(filename)