From a6213f3dce4006e0d47bd938e15832987d95efef Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 25 Jun 2011 00:19:39 +0200 Subject: build: Remove redundant config.mak includes from subdirectory Makefiles. Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough. --- libavfilter/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 2ed1f937a3..e22527ae49 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -1,5 +1,3 @@ -include $(SUBDIR)../config.mak - NAME = avfilter FFLIBS = avutil FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec -- cgit v1.2.3