Changeset 209 for trunk/kBuild


Ignore:
Timestamp:
Dec 30, 2004, 3:46:26 AM (21 years ago)
Author:
bird
Message:

Oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC3.kmk

    r206 r209  
    135135# @param    $(outbase)  Output basename (full). Use this for list files and such.
    136136
    137 define TOOL_GCC3_LINK_LIBRARY_ADDMODE
     137define TOOL_GCC3_LINK_LIBRARY_ADDMOD
    138138
    139139        echo "ADDMOD $(o)" >> $$@.ar-script
     
    152152        $(call MSG_L1,Creating Library $$@)
    153153        $(RM) -f $$@
    154 ifneq ($(strip $(filter %.a %.lib,$(othersrc))),,)
     154ifneq ($(strip $(filter %.a %.lib,$(othersrc))),)
    155155        echo "CREATE $$@" > $$@.ar-script
    156         $(foreach o, $(objs), $(TOOL_GCC3_LINK_LIBRARY_ADDMOD))
     156        $(foreach o, $(objs),$(TOOL_GCC3_LINK_LIBRARY_ADDMOD))
    157157        $(foreach srclib, $(filter %.a %.lib,$(othersrc)),$(TOOL_GCC3_LINK_LIBRARY_EXPAND_LIB))
    158158        echo "SAVE" >> $$@.ar-script
Note: See TracChangeset for help on using the changeset viewer.