summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-06 13:06:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-06 13:06:05 +0000
commit67cf52cccbcab27451bd58427736adabb8db4370 (patch)
tree468034278fbd0acc2e61cb0ca0f02293620f4aa5 /Makefile
parentcd5cbd2c57065ac609ae2456cda13f5c47ab4cbb (diff)
downloadmpv-67cf52cccbcab27451bd58427736adabb8db4370.tar.bz2
mpv-67cf52cccbcab27451bd58427736adabb8db4370.tar.xz
Also remove dhahelper and dhahelperwin on distclean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27217 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aecbfe214f..af76f4530d 100644
--- a/Makefile
+++ b/Makefile
@@ -861,7 +861,7 @@ clean:
rm -f $(foreach dir,$(DIRS),$(foreach suffix,/*.o /*.a /*.ho /*~, $(addsuffix $(suffix),$(dir))))
rm -f mplayer$(EXESUF) mencoder$(EXESUF)
-distclean: clean testsclean toolsclean driversclean
+distclean: clean testsclean toolsclean driversclean dhahelperclean dhahelperwinclean
rm -rf DOCS/tech/doxygen
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 \