summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-07 13:21:25 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-07 13:21:25 +0000
commit9be0f4ccaf9696173fb910660352be6648811040 (patch)
tree617ba19ec2882976e00e5df58155381c300c6aad /test/Makefile
parent2d9ed9cbc4bd611d027b07f40bcf2dad68632857 (diff)
downloadnetsurf-9be0f4ccaf9696173fb910660352be6648811040.tar.gz
netsurf-9be0f4ccaf9696173fb910660352be6648811040.tar.bz2
fixup usage of directory creation macro in Makefiles
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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