summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/Makefile6
-rw-r--r--vidix/drivers/Makefile4
2 files changed, 3 insertions, 7 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
diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile
index 831587b071..deeaec6093 100644
--- a/vidix/drivers/Makefile
+++ b/vidix/drivers/Makefile
@@ -64,9 +64,7 @@ clean:
distclean: clean
rm -f .depend test
-dep: depend
-
-depend:
+dep depend:
# do nothing here
install: