commit | 59e733f272bbbe32f2aaa4f068d99e7f71fce337 | [log] [tgz] |
---|---|---|
author | Bruce Cran <bruce@cran.org.uk> | Thu Dec 16 08:52:42 2010 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Dec 16 08:52:42 2010 +0100 |
tree | b07ce85dfd892710dafd555ab67263fe1fe9ffa1 | |
parent | ebdadcb93e19054d594746de4e7b659b09446d8a [diff] |
Get rid of other-OS headers in .depend It looks like blktrace_api.h is being parsed through the depend rule in Makefile.[FreeBSD|NetBSD|mac] due to the headers being listed in $(SOURCE) - gcc just ignores missing <> headers while clang generates an error as it builds the dependency list. Since headers which are included within source files will be listed as a dependency anyway, I think they can be removed from $(SOURCE). Signed-off-by: Jens Axboe <jaxboe@fusionio.com>