Changeset 377

Show
Ignore:
Timestamp:
07/22/06 21:11:51 (6 years ago)
Author:
tg
Message:

uclibc already comes with strlcpy and strlcat, I'm amazed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/toolchain/libnotimpl/Makefile

    r202 r377  
    44LIBNOTIMPL_DIR:=$(TOOLCHAIN_BUILD_DIR)/libnotimpl 
    55 
    6 LIBNOTIMPL_SRCS+=./files/math.c ./files/strlfun.c 
     6LIBNOTIMPL_SRCS+=./files/math.c 
    77LIBNOTIMPL_OBJS:=$(patsubst ./files/%.c,$(LIBNOTIMPL_DIR)/%.o,$(LIBNOTIMPL_SRCS)) 
    88