summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:19:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:19:41 +0000
commit43bbdc32bd5f821a81e41cbd04fcd083f7ddb89b (patch)
treed42562a7c6a36dbce033268ab7c44b979d28e00e /TOOLS
parent1b9a018435ea0b191e2b100de48b879a31642ac9 (diff)
downloadmpv-43bbdc32bd5f821a81e41cbd04fcd083f7ddb89b.tar.bz2
mpv-43bbdc32bd5f821a81e41cbd04fcd083f7ddb89b.tar.xz
Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22655 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile
index 0758ef7b81..0a8000591c 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -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/libmpdemux.a $(MPROOT)/stream/stream.a netstream
clean:
rm -f *.o *.a *~
+
+.PHONY: all clean