mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
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:
parent
21648b4535
commit
6013ffa66e
2
Makefile
2
Makefile
@ -41,7 +41,7 @@ apidocs:
|
|||||||
|
|
||||||
test: $(TEST_RUN)
|
test: $(TEST_RUN)
|
||||||
|
|
||||||
sparse:
|
sparse: $(CONFIG_H)
|
||||||
@for i in $(SRC_C); do sparse $$i -DSPARSE_IS_RUNNING $(SPARSE_FLAGS) $(BASIC_CFLAGS) $(CFLAGS); done
|
@for i in $(SRC_C); do sparse $$i -DSPARSE_IS_RUNNING $(SPARSE_FLAGS) $(BASIC_CFLAGS) $(CFLAGS); done
|
||||||
|
|
||||||
install-headers: $(PUBLIC_HEADERS)
|
install-headers: $(PUBLIC_HEADERS)
|
||||||
|
Loading…
Reference in New Issue
Block a user