various corrections to permit succesfull builds

This commit is contained in:
2016-05-15 22:28:59 +01:00
parent 372944dc81
commit b7072dd538
15 changed files with 201 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ define add
@echo 'ADD $(1) $(2)' >> ${FILE}
endef
define file
define aux
$(call add,files/$(1),/$(1))
endef