From 5b9ce33c5cb046cc740467e56c5e05944b4d7e54 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 25 Apr 2013 13:45:41 +0100 Subject: [build] Allow sparse to find compiler.h sparse seems to have problems finding compiler.h when specified as "-include compiler.h"; one possible explanation is that it ignores the include path. Fix by using "-include include/compiler.h". Signed-off-by: Michael Brown --- src/Makefile.housekeeping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index d40f226f..99de917a 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -475,7 +475,7 @@ LDFLAGS += --gc-sections # compiler.h is needed for our linking and debugging system # -CFLAGS += -include compiler.h +CFLAGS += -include include/compiler.h # CFLAGS for specific object types # -- cgit v1.2.3-55-g7522