# HG changeset patch # User arpi # Date 1016931957 0 # Node ID 16a3f1aa0070d169a800a2e1cd4b1d7b2beb2f19 # Parent 7bb8ded875db84b6979074904fb3dd462a5c8e7f timer.c not used - why to compile diff -r 7bb8ded875db -r 16a3f1aa0070 linux/Makefile --- a/linux/Makefile Sun Mar 24 01:05:43 2002 +0000 +++ b/linux/Makefile Sun Mar 24 01:05:57 2002 +0000 @@ -3,7 +3,7 @@ LIBNAME = libosdep.a -SRCS=getch2.c timer-lx.c timer.c shmem.c +SRCS=getch2.c timer-lx.c shmem.c # timer.c OBJS=$(SRCS:.c=.o) ifeq ($(TARGET_ARCH_X86),yes)