summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index bd85d1552a..3eb6e43d25 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -35,6 +35,4 @@ dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
$(MAKE) -C drivers depend
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend