Remove redundant rule for creating .o files from .c files, it's builtin.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22651 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:05:38 +00:00
parent 6c3ba08450
commit a62da69c2a
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ CFLAGS = $(OPTFLAGS) $(INCLUDE)
all: netstream
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
# FIXME: linking is a mess that should be fixed properly some day
# it does not work with either GUI, LIVE555 or libavformat enabled
DEPS = $(MPROOT)/libmpdemux/libmpdemux.a \