summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/content/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/content/Makefile')
-rw-r--r--apps/examples/thttpd/content/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/thttpd/content/Makefile b/apps/examples/thttpd/content/Makefile
index 9ef8fe98a..561bcbf3c 100644
--- a/apps/examples/thttpd/content/Makefile
+++ b/apps/examples/thttpd/content/Makefile
@@ -62,7 +62,8 @@ 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; )