summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:05:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:05:38 +0000
commita62da69c2a46300ae2c12d87f6607b6802e81e9d (patch)
tree4e5dc022d9243668b12b231d7651f55687a17f2b /TOOLS
parent6c3ba0845001ec3447505ff47238f0cd63f184ce (diff)
downloadmpv-a62da69c2a46300ae2c12d87f6607b6802e81e9d.tar.bz2
mpv-a62da69c2a46300ae2c12d87f6607b6802e81e9d.tar.xz
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
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile4
1 files changed, 0 insertions, 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 \