summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/Makefile
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/elf/tests/Makefile
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/elf/tests/Makefile')
-rw-r--r--apps/examples/elf/tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/examples/elf/tests/Makefile b/apps/examples/elf/tests/Makefile
index 480a898b9..17732c775 100644
--- a/apps/examples/elf/tests/Makefile
+++ b/apps/examples/elf/tests/Makefile
@@ -82,8 +82,7 @@ build: $(foreach DIR, $(BUILD_SUBDIRS), $(DIR)_build)
# Install each program in the romfs directory
-install:
- $(foreach DIR, $(BUILD_SUBDIRS), $(DIR)_install)
+install: $(foreach DIR, $(BUILD_SUBDIRS), $(DIR)_install)
# Create the romfs directory