Create the target directory of libraries and programs

This commit is contained in:
Eelco Dolstra 2014-02-06 10:59:58 +01:00
parent 0da82efa5d
commit 4161fce472
4 changed files with 9 additions and 4 deletions

View file

@ -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