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