summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index c45aaf5da0..e90c6ea146 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -75,9 +75,6 @@ distclean: clean
dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-#
-# include dependency files if they exist
-#
ifneq ($(wildcard .depend),)
include .depend
endif