summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/hello
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/hello')
-rw-r--r--apps/examples/elf/tests/hello/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/hello/Makefile b/apps/examples/elf/tests/hello/Makefile
index e1c396c3c..88770276b 100644
--- a/apps/examples/elf/tests/hello/Makefile
+++ b/apps/examples/elf/tests/hello/Makefile
@@ -55,4 +55,5 @@ clean:
@rm -f $(BIN) *.o *~ .*.swp core
install:
- @install -D $(BIN) $(ROMFS_DIR)/$(BIN)
+ @mkdir -p $(ROMFS_DIR)
+ @install $(BIN) $(ROMFS_DIR)/$(BIN)