libucl: don't error out when output folder exists.

Fixes building Rockbox Utility with multiple jobs since other libs could have
created the output folder already.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29414 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2011-02-26 22:40:11 +00:00
parent b10b030bd6
commit 12ace922d5
1 changed files with 1 additions and 1 deletions

View File

@ -56,5 +56,5 @@ clean:
$(OUT):
@echo MKDIR $(OUT)
$(SILENT)mkdir $(OUT)
$(SILENT)mkdir -p $(OUT)