[MPlayer-cvslog] r21206 - trunk/osdep/Makefile
diego
subversion at mplayerhq.hu
Sat Nov 25 10:50:18 CET 2006
Author: diego
Date: Sat Nov 25 10:50:18 2006
New Revision: 21206
Modified:
trunk/osdep/Makefile
Log:
Remove commented-out cruft.
Modified: trunk/osdep/Makefile
==============================================================================
--- trunk/osdep/Makefile (original)
+++ trunk/osdep/Makefile Sat Nov 25 10:50:18 2006
@@ -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 $@ $<
More information about the MPlayer-cvslog
mailing list