changeset 26515:f50aa0c7c335

Merge clean and distclean rules.
author diego
date Sat, 26 Apr 2008 11:17:17 +0000
parents d6860e5b3ab8
children 7b3c38ffae47
files vidix/dhahelperwin/Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/dhahelperwin/Makefile	Sat Apr 26 10:59:33 2008 +0000
+++ b/vidix/dhahelperwin/Makefile	Sat Apr 26 11:17:17 2008 +0000
@@ -33,9 +33,7 @@
 		-lntoskrnl
 	strip $@
 
-clean:
+clean distclean:
 	rm -f *.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp
 
-distclean: clean
-
 .PHONY: all clean distclean