summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 17:54:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 17:54:02 +0000
commitcbc297c09d289e585990fa57962b13a97eeb15b8 (patch)
tree3eda4425e292ccaff5b5c7adc9e48c05e3e9dce1 /Makefile
parent473a0b4e14c263c1f80586ed22e57a2192bfeef1 (diff)
downloadmpv-cbc297c09d289e585990fa57962b13a97eeb15b8.tar.bz2
mpv-cbc297c09d289e585990fa57962b13a97eeb15b8.tar.xz
Remove tools on distclean, not on clean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26622 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a63bbe01a4..372c30586e 100644
--- a/Makefile
+++ b/Makefile
@@ -874,11 +874,11 @@ uninstall:
fi ; \
done
-clean: toolsclean
+clean:
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir))))
rm -f mplayer$(EXESUF) mencoder$(EXESUF)
-distclean: clean doxygen_clean testsclean
+distclean: clean doxygen_clean testsclean toolsclean
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.d, $(addsuffix $(suffix),$(dir))))
rm -f configure.log config.mak config.h codecs.conf.h help_mp.h \
version.h $(VIDIX_PCI_FILES) \