# HG changeset patch # User diego # Date 1285016639 0 # Node ID 9578a83572682b804a55a6a42724331d45dc6dc0 # Parent 0b768ab74183633c366b3342e81d8fd036e7c340 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. diff -r 0b768ab74183 -r 9578a8357268 Makefile --- 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)