Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rj/quietly-create-dep-dir'
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 741aac424f11877e1fea39647ef39ba73de46639..4a8191c8d88d7160bcb994fb908396a452695da5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1903,7
+1903,7
@@
dep_dirs := $(addsuffix .depend,$(sort $(dir $(OBJECTS))))
ifdef COMPUTE_HEADER_DEPENDENCIES
$(dep_dirs):
- mkdir -p $@
+
@
mkdir -p $@
missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
dep_file = $(dir $@).depend/$(notdir $@).d