sim arch: fix mkdir issue in GNU target

This commit is contained in:
Simon Piriou 2017-07-22 08:58:04 -06:00 committed by Gregory Nutt
parent 53a8cb734b
commit 2e7961cc55
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@