summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
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