Skip to content

Commit 23112fc

Browse files
committed
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"
2 parents 9ff6774 + 8a7a90b commit 23112fc

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
@@ -2901,7 +2901,7 @@ check-sha1:: t/helper/test-tool$X
29012901

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

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

0 commit comments

Comments
 (0)