From a62da69c2a46300ae2c12d87f6607b6802e81e9d Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 17 Mar 2007 00:05:38 +0000 Subject: 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 --- TOOLS/netstream/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile index 07b5fee483..7e2cf41ee6 100644 --- a/TOOLS/netstream/Makefile +++ b/TOOLS/netstream/Makefile @@ -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 \ -- cgit v1.2.3