depot: fix src/demo recipe

Without this fix, the src/demo recipe can fail when using -j.
This commit is contained in:
Norman Feske 2017-06-21 11:53:34 +02:00
parent 67a1cb92f2
commit f1bd097568

View File

@ -4,7 +4,7 @@ doc include lib src:
$(mirror_from_rep_dir)
include/init/child_policy.h:
mkdir $(dir $@)
mkdir -p $(dir $@)
cp $(GENODE_DIR)/repos/os/$@ $@
LICENSE: