1
0
Fork 0
forked from len0rd/rockbox

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

View file

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