summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 20264df958..87ccb50533 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -13,7 +13,6 @@ SRCS= shmem.c \
swab.c \
setenv.c \
mmap_anon.c \
- # timer.c \
getch = getch2.c
timer = timer-lx.c
@@ -40,12 +39,9 @@ SRCS += $(getch)
OBJS=$(SRCS:.c=.o)
CFLAGS = -I. -I.. $(OPTFLAGS)
-# -I/usr/X11R6/include/
.SUFFIXES: .c .o
-# .PHONY: all clean
-
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<