diff options
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r-- | mp3lib/Makefile | 3 |
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 |