summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-20 21:03:59 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:07 +0200
commitbd2189a814738e6d8be84fc10c375fec13542315 (patch)
treea6c30c85c8fd2dca6bffe9da6c5b1befe756b34a /Makefile
parentb1013d34ad2af5711d11235b4de2104c30068cd4 (diff)
downloadmpv-bd2189a814738e6d8be84fc10c375fec13542315.tar.bz2
mpv-bd2189a814738e6d8be84fc10c375fec13542315.tar.xz
Makefile: Merge dhahelperwinclean and dhahelperclean targets
There is no need to have them separate; in other clean rules we make an effort to clean up all platforms at the same time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32331 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8c5855b7a5..d8b64672ed 100644
--- a/Makefile
+++ b/Makefile
@@ -838,7 +838,7 @@ clean:
-rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~)
-rm -f $(call ADD_ALL_EXESUFS,mplayer)
-distclean: clean testsclean toolsclean driversclean dhahelperclean dhahelperwinclean
+distclean: clean testsclean toolsclean driversclean dhahelperclean
-rm -rf DOCS/tech/doxygen
-rm -f $(call ADD_ALL_DIRS,/*.d)
-rm -f config.log config.mak config.h codecs.conf.h \
@@ -971,9 +971,6 @@ install-dhahelper: vidix/dhahelper/dhahelper.o
depmod -a
-mknod /dev/dhahelper c 180 0
-dhahelperclean:
- -rm -f vidix/dhahelper/*.o vidix/dhahelper/*~ vidix/dhahelper/test
-
dhahelperwin: vidix/dhahelperwin/dhasetup.exe vidix/dhahelperwin/dhahelper.sys
vidix/dhahelperwin/dhasetup.exe: vidix/dhahelperwin/dhasetup.c
@@ -1002,7 +999,8 @@ vidix/dhahelperwin/dhahelper.sys: vidix/dhahelperwin/temp.exp vidix/dhahelperwin
install-dhahelperwin:
vidix/dhahelperwin/dhasetup.exe install
-dhahelperwinclean:
+dhahelperclean:
+ -rm -f vidix/dhahelper/*.o vidix/dhahelper/*~ vidix/dhahelper/test
-rm -f $(addprefix vidix/dhahelperwin/,*.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp)