Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-04 07:49:19 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-04 07:49:19 +0300
commit2498121cd682bc402d3b1b3d3948f725fdb6c684 (patch)
treec2c55fa733a7b62c093a64338aff38fe720bf154 /Makefile
parentcbb1ae05d560f996920376e4e61d238cd1431614 (diff)
parentf0a74bcb0352eab0ce7d474eea1754533e53bb5b (diff)
Merge branch 'ab/make-clean-depend-dirs'
"make clean" has been updated to remove leftover .depend/ directories, even when it is not told to use them to compute header dependencies. * ab/make-clean-depend-dirs: Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9f9b689f0..fc821a9e36 100644
--- a/Makefile
+++ b/Makefile
@@ -2459,7 +2459,6 @@ dep_args = -MF $(dep_file) -MQ $@ -MMD -MP
endif
ifneq ($(COMPUTE_HEADER_DEPENDENCIES),yes)
-dep_dirs =
missing_dep_dirs =
dep_args =
endif