Ignore:
Timestamp:
Jan 19, 2007, 6:00:33 AM (19 years ago)
Author:
bird
Message:

use append -n for creating the ar-script if available.

File:
1 edited

Legend:

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

    r697 r772  
    166166# @param    $(outbase)  Output basename (full). Use this for list files and such.
    167167TOOL_GCC3OMF_LINK_LIBRARY_OUTPUT =
    168 TOOL_GCC3OMF_LINK_LIBRARY_DEPEND = $(filter %.a %.lib %.def %.imp,$(othersrc))
     168TOOL_GCC3OMF_LINK_LIBRARY_DEPEND = $(othersrc)
    169169TOOL_GCC3OMF_LINK_LIBRARY_DEPORD =
    170170define TOOL_GCC3OMF_LINK_LIBRARY_CMDS
    171171        $(QUIET)$(if $(filter %.def %.imp,$(othersrc)),$(TOOL_GCC3OMF_AR_IMP) -o $(out) $(filter %.def %.imp,$(othersrc)),)
    172         $(QUIET)$(TOOL_GCC3OMF_AR) $(flags) $(out) $(objs) $(filter %.a %.lib,$(othersrc))
     172        $(QUIET)$(TOOL_GCC3OMF_AR) $(flags) $(out) $(objs) $(filter-out %.def %.imp,$(othersrc))
    173173endef
    174174
Note: See TracChangeset for help on using the changeset viewer.