From 2e7961cc558f8b921773700d318d7bb08abbd9cf Mon Sep 17 00:00:00 2001 From: Simon Piriou Date: Sat, 22 Jul 2017 08:58:04 -0600 Subject: [PATCH] sim arch: fix mkdir issue in GNU target --- arch/sim/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index 5668604ce57..e57b914c8e0 100644 --- a/arch/sim/src/Makefile +++ b/arch/sim/src/Makefile @@ -249,7 +249,7 @@ board/libboard$(LIBEXT): # Change the names of most symbols that conflict with libc symbols. GNU: - $(Q) mkdir ./GNU + $(Q) mkdir -p ./GNU GNU/Linux-names.dat: GNU nuttx-names.dat $(Q) cp nuttx-names.dat $@