summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/helloxx/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/helloxx/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/helloxx/Makefile')
-rw-r--r--apps/examples/elf/tests/helloxx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/examples/elf/tests/helloxx/Makefile b/apps/examples/elf/tests/helloxx/Makefile
index a85485b40..cd153bd52 100644
--- a/apps/examples/elf/tests/helloxx/Makefile
+++ b/apps/examples/elf/tests/helloxx/Makefile
@@ -139,8 +139,7 @@ clean:
$(call DELFILE, $(BIN4))
$(call CLEAN)
-install:
- $(ALL_BIN)
+install: $(ALL_BIN)
$(Q) mkdir -p $(ROMFS_DIR)
$(Q) install $(BIN1) $(ROMFS_DIR)/$(BIN1)
$(Q) install $(BIN2) $(ROMFS_DIR)/$(BIN2)