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