Changeset 1509 in kBuild for trunk/src/kash
- Timestamp:
- Apr 9, 2008 12:40:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/Makefile.kmk
r1235 r1509 5 5 6 6 # 7 # Copyright (c) 2005-200 7knut st. osmundsen <[email protected]>7 # Copyright (c) 2005-2008 knut st. osmundsen <[email protected]> 8 8 # 9 9 # This file is part of kBuild. … … 116 116 117 117 118 ifeq ($(filter-out win,$( BUILD_TARGET)),)118 ifeq ($(filter-out win,$(KBUILD_TARGET)),) 119 119 120 120 # … … 125 125 kash_SOURCES := $(patsubst $(PATH_TARGET)/%,generated/%,$(kash_SOURCES)) 126 126 127 include $( PATH_KBUILD)/footer.kmk127 include $(FILE_KBUILD_FOOTER) 128 128 129 129 else 130 130 131 include $( PATH_KBUILD)/footer.kmk131 include $(FILE_KBUILD_FOOTER) 132 132 133 133 #
Note:
See TracChangeset
for help on using the changeset viewer.