summaryrefslogtreecommitdiffstats
path: root/vidix/kernelhelper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/kernelhelper/Makefile')
-rw-r--r--vidix/kernelhelper/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/vidix/kernelhelper/Makefile b/vidix/kernelhelper/Makefile
index f34e408aaf..4b810ec500 100644
--- a/vidix/kernelhelper/Makefile
+++ b/vidix/kernelhelper/Makefile
@@ -15,9 +15,7 @@ install: dhahelper.o
dep depend:
-clean:
+clean distclean:
rm -f *.o *~ test
-distclean: clean
-
.PHONY: all install dep depend *clean