From 9be0f4ccaf9696173fb910660352be6648811040 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 7 Jan 2017 13:21:25 +0000 Subject: fixup usage of directory creation macro in Makefiles --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 7a763e943..fd54fb9c2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -166,7 +166,7 @@ coverage: test $(TESTROOT)/created: $(VQ)echo " MKDIR: $(TESTROOT)" - $(Q)$(MKDIR) $(TESTROOT) + $(Q)$(MKDIR) -p $(TESTROOT) $(Q)$(TOUCH) $@ .PHONY: test-clean -- cgit v1.2.3