diff linux/Makefile @ 5299:16a3f1aa0070

timer.c not used - why to compile
author arpi
date Sun, 24 Mar 2002 01:05:57 +0000
parents df50da00260a
children cbf0fed4d211
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)