summaryrefslogtreecommitdiff
path: root/nuttx/examples/thttpd/content/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 15:08:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 15:08:09 +0000
commit91c5b43fb0efbb6c523bb558d8ae4297e623b35b (patch)
treef615dc169c476e3bc90f91aacd126b399bdf8311 /nuttx/examples/thttpd/content/Makefile
parentb83e24ec29ef98ff50f22b4029794034690e5936 (diff)
downloadpx4-nuttx-91c5b43fb0efbb6c523bb558d8ae4297e623b35b.tar.gz
px4-nuttx-91c5b43fb0efbb6c523bb558d8ae4297e623b35b.tar.bz2
px4-nuttx-91c5b43fb0efbb6c523bb558d8ae4297e623b35b.zip
Initialize THTTPD integration changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2006 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/thttpd/content/Makefile')
-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