changeset 26517:7e6503b9f597

clean and distclean rules do the same thing.
author diego
date Sat, 26 Apr 2008 16:58:15 +0000
parents 7b3c38ffae47
children 797ffccb6cc5
files vidix/kernelhelper/Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/kernelhelper/Makefile	Sat Apr 26 12:47:24 2008 +0000
+++ b/vidix/kernelhelper/Makefile	Sat Apr 26 16:58:15 2008 +0000
@@ -15,9 +15,7 @@
 
 dep depend:
 
-clean:
+clean distclean:
 	rm -f *.o *~ test
 
-distclean: clean
-
 .PHONY: all install dep depend *clean