Changeset 3896


Ignore:
Timestamp:
Jun 29, 2014, 9:34:46 PM (11 years ago)
Author:
bird
Message:

libc_alias.a/lib fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/Makefile.kmk

    • Property svn:keywords set to Id
    r3895 r3896  
    1 # $Id: $
     1# $Id$
    22## @file
    33#
     
    4848LIBC_DIFF ?= diff$(HOSTSUFF_EXE)
    4949               
     50#
     51# The name of the alias library.
     52#
     53ifdef CFG_LIBC_USE_WATCOM
     54 KLIBC_LIB_ALIAS = $(PATH_TARGET)/libc_alias/libc_alias.lib
     55else
     56 KLIBC_LIB_ALIAS = $(PATH_TARGET)/libc_alias/libc_alias.a
     57endif
     58
     59
    5060#
    5161# libc_frontend.a
     
    193203        $(libos2_unicode_lazy_1_TARGET) \
    194204        $(libos2_1_TARGET) \
    195         $(PATH_TARGET)/libc_alias/libc_alias.a \
     205        $(KLIBC_LIB_ALIAS) \
    196206        gcc \
    197207        gcc_eh \
     
    213223        $(libos2_unicode_lazy_1_TARGET) \
    214224        $(libos2_l_1_TARGET) \
    215         $(PATH_TARGET)/libc_alias/libc_alias.a \
     225        $(KLIBC_LIB_ALIAS) \
    216226        gcc \
    217227        gcc_eh \
     
    234244        $(libos2_unicode_lazy_1_TARGET) \
    235245        $(libos2_p_1_TARGET) \
    236         $(PATH_TARGET)/libc_alias/libc_alias.a \
     246        $(KLIBC_LIB_ALIAS) \
    237247        gcc \
    238248        gcc_eh \
     
    312322libc_alias_TEMPLATE = usr.lib
    313323libc_alias_SOURCES = \
    314         $(PATH_TARGET)/libc_alias/libc_alias.a
     324        $(KLIBC_LIB_ALIAS)
    315325
    316326
     
    530540# Generate the aliases.
    531541#
    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)
    533543        $(MAKE) -f alias.kmk libraries
    534544
Note: See TracChangeset for help on using the changeset viewer.