summaryrefslogtreecommitdiff
path: root/nuttx/examples/thttpd/content
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/thttpd/content')
-rw-r--r--nuttx/examples/thttpd/content/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/thttpd/content/Makefile b/nuttx/examples/thttpd/content/Makefile
index 9df3ec93a..1e9937aa6 100644
--- a/nuttx/examples/thttpd/content/Makefile
+++ b/nuttx/examples/thttpd/content/Makefile
@@ -70,10 +70,10 @@ install: $(foreach DIR, $(SUBDIRS), $(DIR)_install)
# Create the romfs directory
$(ROMFS_DIR):
- @mkdir $(ROMFS_DIR)
+ @mkdir -p $(ROMFS_DIR)
$(ROMFSCGI_DIR): $(ROMFS_DIR)
- @mkdir $(ROMFSCGI_DIR)
+ @mkdir -p $(ROMFSCGI_DIR)
# Populate the romfs directory