changeset 32247:9578a8357268

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.
author diego
date Mon, 20 Sep 2010 21:03:59 +0000
parents 0b768ab74183
children 114d020c92c0
files Makefile
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Sep 20 20:55:10 2010 +0000
+++ b/Makefile	Mon Sep 20 21:03:59 2010 +0000
@@ -987,7 +987,7 @@
 	-rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~)
 	-rm -f $(call ADD_ALL_EXESUFS,mplayer mencoder)
 
-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 help_mp.h \
@@ -1119,9 +1119,6 @@
 	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
@@ -1150,7 +1147,8 @@
 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)