summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile4
-rw-r--r--vidix/drivers/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 856fe89a2b..b840c7615e 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -27,8 +27,8 @@ clean:
rm -f *.o *.a *~
$(DO_MAKE)
-distclean:
- rm -f test *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend test
$(DO_MAKE)
dep: depend
diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile
index 61bcd158f8..3267b348f3 100644
--- a/vidix/drivers/Makefile
+++ b/vidix/drivers/Makefile
@@ -152,8 +152,8 @@ $(SAVAGE_VID): $(SAVAGE_OBJS)
clean:
rm -f *.o *.so *~
-distclean:
- rm -f Makefile.bak *.o *.so test *~ .depend
+distclean: clean
+ rm -f .depend test
dep: depend