'make depend' should recurse into libavutil as well.
authorDiego Biurrun <diego@biurrun.de>
Thu, 1 Jun 2006 23:20:51 +0000 (23:20 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 1 Jun 2006 23:20:51 +0000 (23:20 +0000)
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 2aed1da..94b8dc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ uninstall-headers:
 dep:   depend
 
 depend: .depend
+       $(MAKE) -C libavutil   depend
        $(MAKE) -C libavcodec  depend
        $(MAKE) -C libavformat depend
 ifeq ($(BUILD_VHOOK),yes)