Changeset 2331 in kBuild
- Timestamp:
- Apr 10, 2009 4:30:15 PM (16 years ago)
- Location:
- branches/kBuild-0.1.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kBuild-0.1.5
-
branches/kBuild-0.1.5/kBuild/footer.kmk
r2325 r2331 2410 2410 # Adjust paths if we got a default path. 2411 2411 ifneq ($(defpath),) 2412 $(target)_2_OBJS := $(abspathex $($(target)_2_OBJS),$(defpath))2413 2412 local deps := $(abspathex $(deps),$(defpath)) 2414 2413 local orderdeps := $(abspathex $(orderdeps),$(defpath)) … … 2774 2773 ifneq ($(defpath),) 2775 2774 local libpath := $(abspathex $(libpath),$(defpath)) 2776 $(target)_2_OBJS := $(abspathex $($(target)_2_OBJS),$(defpath))2777 2775 local deps := $(abspathex $(deps),$(defpath)) 2778 2776 local orderdeps := $(abspathex $(orderdeps),$(defpath))
Note:
See TracChangeset
for help on using the changeset viewer.