diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-02-06 20:07:02 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-02-21 16:10:51 +0100 |
commit | 533339bdcc3b39bbd708c723b3cd0b5898350f0f (patch) | |
tree | 62f028a34b40e4502414818a2b7ad510a9c6b485 /Makefile | |
parent | 7208e5b5d638d4b9c2784036b4fc5728f32233c7 (diff) | |
download | ffmpeg-533339bdcc3b39bbd708c723b3cd0b5898350f0f.tar.gz |
build: Drop leftover reference to old EXAMPLES logic
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ avbuild/.config: $(CONFIGURABLE_COMPONENTS) @-printf '\nWARNING: $(?) newer than config.h, rerun configure\n\n' @-tput sgr0 2>/dev/null -SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ +SUBDIR_VARS := CLEANFILES FFLIBS HOSTPROGS TESTPROGS TOOLS \ HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \ ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \ ALTIVEC-OBJS VSX-OBJS MMX-OBJS YASM-OBJS \ |