changeset 31887:2cc844518554

Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
author diego
date Tue, 17 Aug 2010 15:07:16 +0000
parents 1b924c910cfe
children a564f632ba49
files Makefile
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Aug 17 15:06:38 2010 +0000
+++ b/Makefile	Tue Aug 17 15:07:16 2010 +0000
@@ -844,9 +844,6 @@
 
 checkheaders: $(ALLHEADERS:.h=.ho)
 
-dep depend: $(DEPS)
-	for part in $(FFMPEGPARTS); do $(MAKE) -C $$part depend; done
-
 $(FFMPEGLIBS): $(FFMPEGFILES) config.h
 	$(MAKE) -C $(@D)
 	touch $@
@@ -1163,7 +1160,7 @@
 endif
 
 .PHONY: all doxygen *install* *tools drivers dhahelper*
-.PHONY: checkheaders *clean dep depend tests
+.PHONY: checkheaders *clean tests
 
 # Disable suffix rules.  Most of the builtin rules are suffix rules,
 # so this saves some time on slow systems.