slight simplification
authorDiego Biurrun <diego@biurrun.de>
Sun, 12 Nov 2006 16:07:14 +0000 (16:07 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 12 Nov 2006 16:07:14 +0000 (16:07 +0000)
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 26fb148..6c01a82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -193,9 +193,7 @@ uninstall-headers:
        -rmdir "$(incdir)"
        -rmdir "$(prefix)/include/postproc"
 
-dep:   depend
-
-depend: .depend
+depend dep: .depend
        $(MAKE) -C libavutil   depend
        $(MAKE) -C libavcodec  depend
        $(MAKE) -C libavformat depend