diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-23 13:39:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-23 14:04:50 +0100 |
commit | ae41f950425f8f832e4a41e47c788b45fdbf243b (patch) | |
tree | 7e845c79fc46bd9bc23588bcec1f0de3093d53ff /solenv/bin | |
parent | 800f388206b15db545d8b96d5546b766a4fc7b32 (diff) |
Ignoring dependencies on .hdl files is unsound when cppumaker changes
...as it will do in one of the following commits.
Change-Id: Ic13c0d398943d34dffbc1a87efcac213d6699ca9
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/concat-deps.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index 813c39dd7be9..19e4c9ad7f77 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -731,10 +731,6 @@ elide_dependency(const char* key, int key_len, } #endif - /* .hdl files are always matched by .hpp */ - if (key_len > 4 && !PATHNCMP(key + key_len - 4, ".hdl", 4)) - return 1; - /* boost brings a plague of header files */ int i; int boost = 0; |