]> granicus.if.org Git - libass/commitdiff
Unify dep/depend targets.
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 20 Nov 2006 11:18:01 +0000 (11:18 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 20 Nov 2006 11:18:01 +0000 (11:18 +0000)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/Makefile

index aeadd52153bca5cd1a3da091b11dc6fc1834fe43..8260093c4f45f267e6c7b82cda3be7e0387569b4 100644 (file)
@@ -33,9 +33,7 @@ clean:
 distclean: clean
        rm -f .depend
 
-dep:    depend
-
-depend:
+dep depend:
        $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
 
 #