Changeset 524 for trunk/kBuild/footer.kmk
- Timestamp:
- Sep 16, 2006, 8:26:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r482 r524 545 545 546 546 $(custom_post) 547 ifndef NO_LINK_CMDS_DEP 547 ifndef NO_LINK_CMDS_DEPS 548 548 @$(APPEND) "$(dep)" 'define $(target)_CMDS_PREV_' 549 549 @$(APPEND) "$(dep)" '$(subst $(NL),'$(NL)$(TAB)@$(APPEND) "$(dep)" ',$($(target)_CMDS_))' … … 888 888 # dependencies 889 889 dep := $(obj)$(SUFF_DEP) 890 ifndef NO_COMPILE_ DEPS890 ifndef NO_COMPILE_CMDS_DEPS 891 891 _DEPFILES_INCLUDED += $(dep) 892 892 $(if $(wildcard $(dep)),$(eval include $(dep))) … … 1063 1063 # dependency file 1064 1064 dep := $(out)$(SUFF_DEP) 1065 ifndef NO_LINK_CMDS_DEP 1065 ifndef NO_LINK_CMDS_DEPS 1066 1066 _DEPFILES_INCLUDED += $(dep) 1067 1067 $(if $(wildcard $(dep)),$(eval include $(dep))) … … 1302 1302 # dependency file 1303 1303 dep := $(outbase)$(SUFF_DEP) 1304 ifndef NO_LINK_CMDS_DEP 1304 ifndef NO_LINK_CMDS_DEPS 1305 1305 _DEPFILES_INCLUDED += $(dep) 1306 1306 $(if $(wildcard $(dep)),$(eval include $(dep)))
Note:
See TracChangeset
for help on using the changeset viewer.