# HG changeset patch # User diego # Date 1174089938 0 # Node ID 0160251d350a867f0f03b51f0f016ae750e3212f # Parent 27ff16fa6481bf85f47f54d6f885601324964569 Remove redundant rule for creating .o files from .c files, it's builtin. diff -r 27ff16fa6481 -r 0160251d350a TOOLS/netstream/Makefile --- 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 \