Skip to content

Commit

Permalink
Merge branch 'jb52244_fix_typo' into 'master'
Browse files Browse the repository at this point in the history
[sb2] Fix typo. JB#52244

See merge request mer-core/scratchbox2!45
  • Loading branch information
Thaodan committed Dec 22, 2020
2 parents 70f32cc + 0966c41 commit 1248e3d
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 1248e3d

Please sign in to comment.