summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-12 16:07:14 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-12 16:07:14 +0000
commit354ca798b2b613dd400c4e499a8701363eefeea2 (patch)
treea5230015d3f8767e5c5d7ab8dc76903ff9a8da5c /Makefile
parenta8d04fba5eb77537ddb272802d7857fca4dfc23c (diff)
slight simplification
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 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