summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-29 22:43:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-29 22:43:12 (GMT)
commit23112fc28c4339f583b3708152c75e3e4d754335 (patch)
tree1e79395948b8ae5877d364a81c1146e4486da878 /Makefile
parent9ff67749fbcac93ab400cf46ef687208b62cf8d0 (diff)
parent8a7a90bc3de91db34a45cfd1f28e6f79ba91fd87 (diff)
downloadgit-23112fc28c4339f583b3708152c75e3e4d754335.zip
git-23112fc28c4339f583b3708152c75e3e4d754335.tar.gz
git-23112fc28c4339f583b3708152c75e3e4d754335.tar.bz2
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"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 381bed2..12be39a 100644
--- a/Makefile
+++ b/Makefile
@@ -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) $< && \