From 6013ffa66ef5d856b2c4c72c44b1a63a7ccc2b57 Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Sat, 22 Nov 2008 15:33:15 +0100 Subject: [PATCH] Add $(CONFIG_H) as a build-dependency for sparse Signed-off-by: Andreas Ericsson Signed-off-by: Shawn O. Pearce --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8919be60..e7bed373b 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ apidocs: test: $(TEST_RUN) -sparse: +sparse: $(CONFIG_H) @for i in $(SRC_C); do sparse $$i -DSPARSE_IS_RUNNING $(SPARSE_FLAGS) $(BASIC_CFLAGS) $(CFLAGS); done install-headers: $(PUBLIC_HEADERS)