summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/helloxx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/helloxx')
-rw-r--r--apps/examples/elf/tests/helloxx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/helloxx/Makefile b/apps/examples/elf/tests/helloxx/Makefile
index cd153bd52..a85485b40 100644
--- a/apps/examples/elf/tests/helloxx/Makefile
+++ b/apps/examples/elf/tests/helloxx/Makefile
@@ -139,7 +139,8 @@ 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)