Mercurial > mplayer.hg
changeset 22633:0160251d350a
Remove redundant rule for creating .o files from .c files, it's builtin.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:05:38 +0000 |
parents | 27ff16fa6481 |
children | b00752cb51f2 |
files | TOOLS/netstream/Makefile |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/netstream/Makefile Sat Mar 17 00:01:01 2007 +0000 +++ b/TOOLS/netstream/Makefile Sat Mar 17 00:05:38 2007 +0000 @@ -10,10 +10,6 @@ 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 \