diff linux/Makefile @ 5393:cbf0fed4d211

Add a configure test for the strsep function (it's missing on solaris) Provide an implementation of strsep in libosdep.a, if it's missing in the system's libc library.
author jkeil
date Fri, 29 Mar 2002 21:24:36 +0000
parents 16a3f1aa0070
children b69ddd4d3bb9
line wrap: on
line diff
--- a/linux/Makefile	Fri Mar 29 15:12:41 2002 +0000
+++ b/linux/Makefile	Fri Mar 29 21:24:36 2002 +0000
@@ -3,7 +3,7 @@
 
 LIBNAME = libosdep.a
 
-SRCS=getch2.c timer-lx.c shmem.c # timer.c
+SRCS=getch2.c timer-lx.c shmem.c strsep.c # timer.c
 OBJS=$(SRCS:.c=.o)
 
 ifeq ($(TARGET_ARCH_X86),yes)