From ea0f0681a687754408fba4f82772d2a2678a5afc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 1 Jun 2006 23:20:51 +0000 Subject: [PATCH] 'make depend' should recurse into libavutil as well. Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2aed1da1b4..94b8dc2b82 100644 --- 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)