[MPlayer-cvslog] r22651 - trunk/TOOLS/netstream/Makefile

diego subversion at mplayerhq.hu
Sat Mar 17 01:05:38 CET 2007


Author: diego
Date: Sat Mar 17 01:05:38 2007
New Revision: 22651

Modified:
   trunk/TOOLS/netstream/Makefile

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


Modified: trunk/TOOLS/netstream/Makefile
==============================================================================
--- trunk/TOOLS/netstream/Makefile	(original)
+++ trunk/TOOLS/netstream/Makefile	Sat Mar 17 01:05:38 2007
@@ -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 \



More information about the MPlayer-cvslog mailing list