summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 08:28:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 08:28:24 -0600
commitdfbcec0bde2500b34356050537ca9d85c694412b (patch)
tree97fa70a473aee69ecaadfb99ef887357ac4491e2 /apps/examples/thttpd
parent2b733b9165d1407c63d4a6997d51edd14bbf44d4 (diff)
downloadnuttx-dfbcec0bde2500b34356050537ca9d85c694412b.tar.gz
nuttx-dfbcec0bde2500b34356050537ca9d85c694412b.tar.bz2
nuttx-dfbcec0bde2500b34356050537ca9d85c694412b.zip
Fix clean and distclean targets. Back out a few too many changes made by sed
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/content/Makefile3
-rw-r--r--apps/examples/thttpd/content/hello/Makefile1
-rw-r--r--apps/examples/thttpd/content/netstat/Makefile1
-rw-r--r--apps/examples/thttpd/content/tasks/Makefile1
4 files changed, 1 insertions, 5 deletions
diff --git a/apps/examples/thttpd/content/Makefile b/apps/examples/thttpd/content/Makefile
index 561bcbf3c..9ef8fe98a 100644
--- a/apps/examples/thttpd/content/Makefile
+++ b/apps/examples/thttpd/content/Makefile
@@ -62,8 +62,7 @@ build: $(foreach DIR, $(SUBDIRS), $(DIR)_build)
# Install each program in the romfs directory
-install:
- $(foreach DIR, $(SUBDIRS), $(DIR)_install)
+install: $(foreach DIR, $(SUBDIRS), $(DIR)_install)
@( for file in $(INSTALL_FILES); do\
install -m 0644 -D $${file} $(ROMFS_DIR)/$${file}; \
done; )
diff --git a/apps/examples/thttpd/content/hello/Makefile b/apps/examples/thttpd/content/hello/Makefile
index 0273c7a98..2856490ab 100644
--- a/apps/examples/thttpd/content/hello/Makefile
+++ b/apps/examples/thttpd/content/hello/Makefile
@@ -77,6 +77,5 @@ clean:
$(call CLEAN)
install:
-
$(Q) install -m 0755 -D $(BIN) $(CGI_DIR)/$(BIN)
diff --git a/apps/examples/thttpd/content/netstat/Makefile b/apps/examples/thttpd/content/netstat/Makefile
index 232731cd9..6d89bcd88 100644
--- a/apps/examples/thttpd/content/netstat/Makefile
+++ b/apps/examples/thttpd/content/netstat/Makefile
@@ -77,6 +77,5 @@ clean:
$(call CLEAN)
install:
-
$(Q) install -m 0755 -D $(BIN) $(CGI_DIR)/$(BIN)
diff --git a/apps/examples/thttpd/content/tasks/Makefile b/apps/examples/thttpd/content/tasks/Makefile
index 7c6e01231..418fca2b3 100644
--- a/apps/examples/thttpd/content/tasks/Makefile
+++ b/apps/examples/thttpd/content/tasks/Makefile
@@ -77,6 +77,5 @@ clean:
$(call CLEAN)
install:
-
$(Q) install -m 0755 -D $(BIN) $(CGI_DIR)/$(BIN)