Add $(CONFIG_H) as a build-dependency for sparse

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Andreas Ericsson 2008-11-22 15:33:15 +01:00 committed by Shawn O. Pearce
parent 21648b4535
commit 6013ffa66e

View File

@ -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)