aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authorGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 11:18:01 +0000
committerGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 11:18:01 +0000
commitcf4bf03dc27fd6a499fd1e2b23bce2c1093ad2d1 (patch)
tree3263a3b5f2fd84f0cf16d5f6cca8065a8327954c /mp3lib/Makefile
parentefdd1c240bfea0932ccd1375add2ca7b155e4107 (diff)
Unify dep/depend targets.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
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
#