summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 65da0a0ed5..4b203be805 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -31,11 +31,9 @@ distclean: clean
rm -f .depend test
$(MAKE) -C drivers distclean
-dep: depend
- $(MAKE) -C drivers dep
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
+ $(MAKE) -C drivers depend
install:
$(MAKE) -C drivers install