Merge branch 'ab/make-sparse-for-real'

Fix-up for a recent topic.

* ab/make-sparse-for-real:
  Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
maint
Junio C Hamano 2021-10-29 15:43:12 -07:00
commit 23112fc28c
1 changed files with 1 additions and 1 deletions

View File

@ -2901,7 +2901,7 @@ check-sha1:: t/helper/test-tool$X

SP_OBJ = $(patsubst %.o,%.sp,$(C_OBJ))

$(SP_OBJ): %.sp: %.c %.o GIT-CFLAGS
$(SP_OBJ): %.sp: %.c %.o
$(QUIET_SP)cgcc -no-compile $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) \
-Wsparse-error \
$(SPARSE_FLAGS) $(SP_EXTRA_FLAGS) $< && \