changeset 5299:16a3f1aa0070

timer.c not used - why to compile
author arpi
date Sun, 24 Mar 2002 01:05:57 +0000
parents 7bb8ded875db
children 5d7bd47b46ef
files linux/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)