summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-14 15:17:48 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:08:56 +0200
commit713284ea26f641839ad71b52bc799f4f248466fd (patch)
tree73a4f5f6a98c4c9e220c4e6e2be7c480d1a33bf3 /Makefile
parenta7bc7d8e63e15455b350ceb8683ab5d1581f524d (diff)
downloadmpv-713284ea26f641839ad71b52bc799f4f248466fd.tar.bz2
mpv-713284ea26f641839ad71b52bc799f4f248466fd.tar.xz
build: Rename configure.log file to config.log
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31415 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 3bbb7a70de..c137a6c553 100644
--- a/Makefile
+++ b/Makefile
@@ -904,7 +904,7 @@ clean:
distclean: clean testsclean toolsclean driversclean dhahelperclean dhahelperwinclean
-rm -rf DOCS/tech/doxygen
-rm -f $(call ADD_ALL_DIRS,/*.d)
- -rm -f configure.log config.mak config.h codecs.conf.h \
+ -rm -f config.log config.mak config.h codecs.conf.h \
version.h $(VIDIX_PCI_FILES) TAGS tags
-rm -f $(call ADD_ALL_EXESUFS,codec-cfg cpuinfo)