From bd2189a814738e6d8be84fc10c375fec13542315 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Sep 2010 21:03:59 +0000 Subject: 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 --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3