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-12 23:51:49 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-12 23:51:49 +0300
commitbbfc8212e11de3f6aad7b77a3d7138083a39c336 (patch)
tree0d2f3069d308a0b66b35c7f07185b06507e642a3
parent77edbde474cb494832afaa36054b10578a226774 (diff)
parentf0a74bcb0352eab0ce7d474eea1754533e53bb5b (diff)
Merge branch 'ab/make-clean-depend-dirs' into maint
"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
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b88b91458f..3df0ab5c76 100644
--- a/Makefile
+++ b/Makefile
@@ -2477,7 +2477,6 @@ dep_args = -MF $(dep_file) -MQ $@ -MMD -MP
endif
ifneq ($(COMPUTE_HEADER_DEPENDENCIES),yes)
-dep_dirs =
missing_dep_dirs =
dep_args =
endif