Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: Make dependency directory creation less noisy
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index df361737b085bc2a7fb0f624913a3812d28536b2..3ea0a788886b395fc4e6857cfcfe1b53a712aa9d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1684,7
+1684,7
@@
C_OBJ := $(filter-out $(ASM_OBJ),$(OBJECTS))
ifdef COMPUTE_HEADER_DEPENDENCIES
dep_dirs := $(addsuffix deps,$(sort $(dir $(OBJECTS))))
$(dep_dirs):
- mkdir -p $@
+
@
mkdir -p $@
missing_dep_dirs := $(filter-out $(wildcard $(dep_dirs)),$(dep_dirs))
else