diff drivers/Makefile @ 26518:797ffccb6cc5

clean and distclean rules do the same thing.
author diego
date Sat, 26 Apr 2008 16:59:26 +0000
parents fa1161425445
children 2b55444f1b60
line wrap: on
line diff
--- a/drivers/Makefile	Sat Apr 26 16:58:15 2008 +0000
+++ b/drivers/Makefile	Sat Apr 26 16:59:26 2008 +0000
@@ -28,9 +28,7 @@
 
 dep depend:
 
-clean:
+clean distclean:
 	rm -f *.o *~ mga_vid_test tdfx_vid_test
 
-distclean: clean
-
 .PHONY: all install dep depend *clean