Skip to content

Commit

Permalink
[sb2] Fix typo. JB#52244
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaodan committed Dec 22, 2020
1 parent 70f32cc commit 0966c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratchbox2/llbuild/Makefile.include
Expand Up @@ -44,7 +44,7 @@ define import_dir
objects :=
objects-y :=
D := $(1)
$(shell -p mkdir $(1))
$(shell mkdir -p $(1))
include $(1)/Makefile
dep_files := $$(wildcard $(1)/.*.d)
include $(dep_files)
Expand Down

0 comments on commit 0966c41

Please sign in to comment.