Changeset 3896
- Timestamp:
- Jun 29, 2014, 9:34:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/Makefile.kmk
-
Property svn:keywords
set to
Id
r3895 r3896 1 # $Id :$1 # $Id$ 2 2 ## @file 3 3 # … … 48 48 LIBC_DIFF ?= diff$(HOSTSUFF_EXE) 49 49 50 # 51 # The name of the alias library. 52 # 53 ifdef CFG_LIBC_USE_WATCOM 54 KLIBC_LIB_ALIAS = $(PATH_TARGET)/libc_alias/libc_alias.lib 55 else 56 KLIBC_LIB_ALIAS = $(PATH_TARGET)/libc_alias/libc_alias.a 57 endif 58 59 50 60 # 51 61 # libc_frontend.a … … 193 203 $(libos2_unicode_lazy_1_TARGET) \ 194 204 $(libos2_1_TARGET) \ 195 $( PATH_TARGET)/libc_alias/libc_alias.a\205 $(KLIBC_LIB_ALIAS) \ 196 206 gcc \ 197 207 gcc_eh \ … … 213 223 $(libos2_unicode_lazy_1_TARGET) \ 214 224 $(libos2_l_1_TARGET) \ 215 $( PATH_TARGET)/libc_alias/libc_alias.a\225 $(KLIBC_LIB_ALIAS) \ 216 226 gcc \ 217 227 gcc_eh \ … … 234 244 $(libos2_unicode_lazy_1_TARGET) \ 235 245 $(libos2_p_1_TARGET) \ 236 $( PATH_TARGET)/libc_alias/libc_alias.a\246 $(KLIBC_LIB_ALIAS) \ 237 247 gcc \ 238 248 gcc_eh \ … … 312 322 libc_alias_TEMPLATE = usr.lib 313 323 libc_alias_SOURCES = \ 314 $( PATH_TARGET)/libc_alias/libc_alias.a324 $(KLIBC_LIB_ALIAS) 315 325 316 326 … … 530 540 # Generate the aliases. 531 541 # 532 $( PATH_TARGET)/libc_alias/libc_alias.a: $(PATH_TARGET)/libc-std.h | $(LIBC_GENALIAS)542 $(KLIBC_LIB_ALIAS): $(PATH_TARGET)/libc-std.h | $(LIBC_GENALIAS) 533 543 $(MAKE) -f alias.kmk libraries 534 544 -
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.