Skip to content

Commit

Permalink
Makefile: Make dependency directory creation less noisy
Browse files Browse the repository at this point in the history
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ramsay Jones authored and Junio C Hamano committed Sep 11, 2011
1 parent dfea575 commit 435bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 435bd2a

Please sign in to comment.