Skip to content

Commit 82d861f

Browse files
committed
Merge branch 'sb/sparse-more'
* sb/sparse-more: Makefile: Cover more files with make check
2 parents 142c945 + 52d269d commit 82d861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ check-sha1:: test-sha1$X
21622162
check: common-cmds.h
21632163
if sparse; \
21642164
then \
2165-
for i in *.c; \
2165+
for i in $(patsubst %.o, %.c, $(GIT_OBJS)); \
21662166
do \
21672167
sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; \
21682168
done; \

0 commit comments

Comments
 (0)