Mercurial > mplayer.hg
changeset 21190:1feb8af493d6
Remove commented-out cruft.
author | diego |
---|---|
date | Sat, 25 Nov 2006 09:50:18 +0000 |
parents | 40bb3d20a10b |
children | 932ad0594e86 |
files | osdep/Makefile |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/Makefile Sat Nov 25 09:49:18 2006 +0000 +++ b/osdep/Makefile Sat Nov 25 09:50:18 2006 +0000 @@ -13,7 +13,6 @@ swab.c \ setenv.c \ mmap_anon.c \ - # timer.c \ getch = getch2.c timer = timer-lx.c @@ -40,12 +39,9 @@ OBJS=$(SRCS:.c=.o) CFLAGS = -I. -I.. $(OPTFLAGS) -# -I/usr/X11R6/include/ .SUFFIXES: .c .o -# .PHONY: all clean - .c.o: $(CC) -c $(CFLAGS) -o $@ $<