Create the target directory of libraries and programs
This commit is contained in:
parent
0da82efa5d
commit
4161fce472
4 changed files with 9 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ define create-dir
|
|||
ifndef $(1)_SEEN
|
||||
$(1)_SEEN = 1
|
||||
$(1):
|
||||
$$(trace-install) install -d $(1)
|
||||
$$(trace-mkdir) install -d $(1)
|
||||
endif
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue