From d2b6dd129e04dc457cef6907c625b6797e1158aa Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Nov 2006 09:50:18 +0000 Subject: Remove commented-out cruft. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21206 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'osdep') 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 $@ $< -- cgit v1.2.3