summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile
index 786e5232b1..30f978da3b 100644
--- a/vidix/drivers/Makefile
+++ b/vidix/drivers/Makefile
@@ -55,7 +55,7 @@ distclean: clean
rm -f .depend
dep depend:
-# do nothing here
+ $(CC) -MM $(CFLAGS) $(wildcard *.c) 1>.depend
-include .depend