File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2780,8 +2780,7 @@ $(SP_OBJ): %.sp: %.c GIT-CFLAGS FORCE
2780
2780
.PHONY : sparse $(SP_OBJ )
2781
2781
sparse : $(SP_OBJ )
2782
2782
2783
- GEN_HDRS := command-list.h unicode-width.h
2784
- EXCEPT_HDRS := $(GEN_HDRS ) compat/% xdiff/%
2783
+ EXCEPT_HDRS := command-list.h unicode-width.h compat/% xdiff/%
2785
2784
ifndef GCRYPT_SHA256
2786
2785
EXCEPT_HDRS += sha256/gcrypt.h
2787
2786
endif
@@ -3106,7 +3105,7 @@ clean: profile-clean coverage-clean cocciclean
3106
3105
$(RM ) $(HCC )
3107
3106
$(RM ) -r bin-wrappers $(dep_dirs )
3108
3107
$(RM ) -r po/build/
3109
- $(RM ) * .pyc * .pyo * /* .pyc * /* .pyo command-list.h $(ETAGS_TARGET ) tags cscope*
3108
+ $(RM ) * .pyc * .pyo * /* .pyc * /* .pyo $( GENERATED_H ) $(ETAGS_TARGET ) tags cscope*
3110
3109
$(RM ) -r $(GIT_TARNAME ) .doc-tmp-dir
3111
3110
$(RM ) $(GIT_TARNAME ) .tar.gz git-core_$(GIT_VERSION ) -* .tar.gz
3112
3111
$(RM ) $(htmldocs ) .tar.gz $(manpages ) .tar.gz
You can’t perform that action at this time.
0 commit comments