summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 09:50:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 09:50:18 +0000
commitd2b6dd129e04dc457cef6907c625b6797e1158aa (patch)
tree3dd507f49669fc1b8352297c940a38d76ea42b7c /osdep
parentbfce0b673dcae28884ede5f948741748ec2359d2 (diff)
downloadmpv-d2b6dd129e04dc457cef6907c625b6797e1158aa.tar.bz2
mpv-d2b6dd129e04dc457cef6907c625b6797e1158aa.tar.xz
Remove commented-out cruft.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21206 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-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 $@ $<