aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/httpd/Makefile')
-rw-r--r--src/benchmarks/httpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/benchmarks/httpd/Makefile b/src/benchmarks/httpd/Makefile
index 572f3e6..6175d59 100644
--- a/src/benchmarks/httpd/Makefile
+++ b/src/benchmarks/httpd/Makefile
@@ -8,8 +8,7 @@ $(OBJDIR)/html: html | $(OBJDIR)
cp -r html $(OBJDIR)/html
$(OBJDIR)/nginx: nginx/nginx.conf | $(OBJDIR)
- mkdir $@
- mkdir $@/logs
+ mkdir -p $@/logs
sed "s|OBJDIR|$(OBJDIR)|" $< > $@/nginx.conf
$(OBJDIR):