summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 11:37:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-27 11:37:50 +0000
commit3447bd1d0566efd1db43862c81e46e445d0f17c5 (patch)
treefd2e885356194f793a40246ae87a5649a2d5c8e4 /Makefile
parentd1f1b61d026ac83f138043a27f33c0cc9e60ad47 (diff)
downloadmpv-3447bd1d0566efd1db43862c81e46e445d0f17c5.tar.bz2
mpv-3447bd1d0566efd1db43862c81e46e445d0f17c5.tar.xz
cosmetics: Move toolsclean target to a better place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26896 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4ce239b90b..10f8ce66db 100644
--- a/Makefile
+++ b/Makefile
@@ -923,6 +923,9 @@ ALLTOOLS = $(TOOLS) \
tools: $(TOOLS)
alltools: $(ALLTOOLS)
+toolsclean:
+ rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0
+
TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image
TOOLS/subrip$(EXESUF): TOOLS/subrip.c vobsub.o spudec.o unrar_exec.o \
@@ -964,9 +967,6 @@ NETSTREAM_DEPS = libavutil/libavutil.a \
TOOLS/netstream$(EXESUF): TOOLS/netstream.o $(NETSTREAM_DEPS)
$(CC) $(CFLAGS) -o $@ $^
-toolsclean:
- rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0
-
-include $(DEPS)
.PHONY: all doxygen *install* recurse *tools