[MPlayer-cvslog] r22655 - trunk/TOOLS/netstream/Makefile
diego
subversion at mplayerhq.hu
Sat Mar 17 01:19:42 CET 2007
Author: diego
Date: Sat Mar 17 01:19:41 2007
New Revision: 22655
Modified:
trunk/TOOLS/netstream/Makefile
Log:
Mark phony targets as such.
Modified: trunk/TOOLS/netstream/Makefile
==============================================================================
--- trunk/TOOLS/netstream/Makefile (original)
+++ trunk/TOOLS/netstream/Makefile Sat Mar 17 01:19:41 2007
@@ -5,8 +5,6 @@ include $(MPROOT)/config.mak
CFLAGS = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader
-# .PHONY: all clean
-
all: netstream
# FIXME: linking is a mess that should be fixed properly some day
@@ -36,3 +34,5 @@ netstream: $(MPROOT)/libmpdemux/libmpdem
clean:
rm -f *.o *.a *~
+
+.PHONY: all clean
More information about the MPlayer-cvslog
mailing list