Changeset 2318 in kBuild
- Timestamp:
- Mar 19, 2009 8:35:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2274 r2318 2411 2411 # Adjust paths if we got a default path. 2412 2412 ifneq ($(defpath),) 2413 $(target)_2_OBJS := $(abspathex $($(target)_2_OBJS),$(defpath))2414 2413 local deps := $(abspathex $(deps),$(defpath)) 2415 2414 local orderdeps := $(abspathex $(orderdeps),$(defpath)) … … 2775 2774 ifneq ($(defpath),) 2776 2775 local libpath := $(abspathex $(libpath),$(defpath)) 2777 $(target)_2_OBJS := $(abspathex $($(target)_2_OBJS),$(defpath))2778 2776 local deps := $(abspathex $(deps),$(defpath)) 2779 2777 local orderdeps := $(abspathex $(orderdeps),$(defpath))
Note:
See TracChangeset
for help on using the changeset viewer.