- Timestamp:
- Oct 2, 2017, 10:45:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/Makefile.kmk
r3062 r3073 145 145 146 146 if1of ($(KBUILD_TARGET), win os2) 147 KASH_USE_PREGENERATED_CODE = 1 148 endif 149 150 ifdef KASH_USE_PREGENERATED_CODE 147 151 148 152 # … … 164 168 $(eval $(def_copy_generated))) 165 169 166 else 170 else # !KASH_USE_PREGENERATED_CODE 167 171 168 172 # … … 218 222 $(MV) init.c $@ 219 223 220 endif 224 endif # !KASH_USE_PREGENERATED_CODE 221 225 222 226 #
Note:
See TracChangeset
for help on using the changeset viewer.