diff vidix/dhahelperwin/Makefile @ 26515:f50aa0c7c335

Merge clean and distclean rules.
author diego
date Sat, 26 Apr 2008 11:17:17 +0000
parents a5dd78186fdc
children
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