diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-12 16:07:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-12 16:07:14 +0000 |
commit | 354ca798b2b613dd400c4e499a8701363eefeea2 (patch) | |
tree | a5230015d3f8767e5c5d7ab8dc76903ff9a8da5c | |
parent | a8d04fba5eb77537ddb272802d7857fca4dfc23c (diff) | |
download | ffmpeg-354ca798b2b613dd400c4e499a8701363eefeea2.tar.gz |
slight simplification
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |