summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/helloxx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 12:41:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 12:41:58 +0000
commit5005a9f2ff8fa5549de72c10067753da303f210e (patch)
treec71a30be978332c2b24582697e98963c8d442794 /apps/examples/elf/tests/helloxx/Makefile
parent51e0c930ca583196bf1075217cff969a0f7e4619 (diff)
downloadnuttx-5005a9f2ff8fa5549de72c10067753da303f210e.tar.gz
nuttx-5005a9f2ff8fa5549de72c10067753da303f210e.tar.bz2
nuttx-5005a9f2ff8fa5549de72c10067753da303f210e.zip
Changes from Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5361 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/elf/tests/helloxx/Makefile')
-rw-r--r--apps/examples/elf/tests/helloxx/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/examples/elf/tests/helloxx/Makefile b/apps/examples/elf/tests/helloxx/Makefile
index d115fbeaf..45b4b8868 100644
--- a/apps/examples/elf/tests/helloxx/Makefile
+++ b/apps/examples/elf/tests/helloxx/Makefile
@@ -109,12 +109,13 @@ clean:
@rm -f $(ALL_BIN) *.o *~ .*.swp core
install: $(ALL_BIN)
- @install -D $(BIN1) $(ROMFS_DIR)/$(BIN1)
- @install -D $(BIN2) $(ROMFS_DIR)/$(BIN2)
+ @mkdir -p $(ROMFS_DIR)
+ @install $(BIN1) $(ROMFS_DIR)/$(BIN1)
+ @install $(BIN2) $(ROMFS_DIR)/$(BIN2)
ifeq ($(CONFIG_BINFMT_CONSTRUCTORS),y)
- @install -D $(BIN3) $(ROMFS_DIR)/$(BIN3)
+ @install $(BIN3) $(ROMFS_DIR)/$(BIN3)
endif
-# @install -D $(BIN4) $(ROMFS_DIR)/$(BIN4)
+# @install $(BIN4) $(ROMFS_DIR)/$(BIN4)