From 354ca798b2b613dd400c4e499a8701363eefeea2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 12 Nov 2006 16:07:14 +0000 Subject: [PATCH] slight simplification Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 26fb1488ff..6c01a824f0 100644 --- 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 -- GitLab