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