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