summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 2889e9c72f..8bb338fab9 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -66,9 +66,7 @@ clean:
distclean: clean
rm -f .depend
-dep: depend
-
-depend:
+dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#