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