X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/eb799a8c46535c95c2be95d89e296c88271350c5..c58097452ae99625405af4a4636e10e6e003530b:/snippets/sysless diff --git a/snippets/sysless b/snippets/sysless index 1018323..1b02ea8 100644 --- a/snippets/sysless +++ b/snippets/sysless @@ -252,8 +252,9 @@ dep-local: install-local: +$(eval $(call include-pass-template,$(USER_INCLUDE_DIR),include)) + include-pass-local: - $(call include-pass-template,$(USER_INCLUDE_DIR),include) @$(foreach f, $(lib_LDSCRIPTS), cmp --quiet $(SOURCES_DIR)/$(f) $(USER_LIB_DIR)/$(notdir $(f)) \ || $(call cp_cmd,$(SOURCES_DIR)/$(f),$(USER_LIB_DIR)/$(notdir $(f))) || exit 1 ; )