summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vidix/Makefile2
-rw-r--r--vidix/drivers/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 4b203be805..3d3e7801c9 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -14,7 +14,7 @@ CFLAGS = $(OPTFLAGS)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-all: $(SUBDIRS) $(LIBNAME) do_drivers
+all: $(LIBNAME) do_drivers
do_drivers:
$(MAKE) -C drivers
diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile
index deeaec6093..b2629b51e5 100644
--- a/vidix/drivers/Makefile
+++ b/vidix/drivers/Makefile
@@ -62,7 +62,7 @@ clean:
rm -f *.o *.so *~
distclean: clean
- rm -f .depend test
+ rm -f .depend
dep depend:
# do nothing here