]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
[thirdparty/git.git] / Makefile
index 8d085ab72a1363aadd1713141a440db6f8defa91..38568792f7a8610c9f50b5ceb0dd82e923b57001 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2903,7 +2903,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) $< && \