summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-27 00:06:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-27 00:06:42 +0000
commit89d549f984ebc41a5bb89bbcf9ba7d29f860351e (patch)
tree43130fadc2dd6fe808fa28a3ec9bc6488b603005 /TOOLS
parente6338c5858795c42ca45afbabe8b765d8050db58 (diff)
downloadmpv-89d549f984ebc41a5bb89bbcf9ba7d29f860351e.tar.bz2
mpv-89d549f984ebc41a5bb89bbcf9ba7d29f860351e.tar.xz
Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 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 1e317d6b3d..289fb83b05 100644
--- a/TOOLS/netstream/Makefile
+++ b/TOOLS/netstream/Makefile
@@ -52,8 +52,8 @@ netstream: $(MPROOT)/libmpdemux/libmpdemux.a netstream.o
clean:
rm -f *.o *.a *~
-distclean:
- rm -f test Makefile.bak *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend test
dep: depend