diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-06 19:31:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:29:03 +0200 |
commit | e7e19b15c75dca9eddd5d41eb105853c29ea55fd (patch) | |
tree | 6864cabf57dacd21234b5b5433b825ca294f1dd1 /Makefile | |
parent | 6a7c5312d8caafc6b81803fdddfd7050e88d55f7 (diff) | |
download | ffmpeg-e7e19b15c75dca9eddd5d41eb105853c29ea55fd.tar.gz |
build: Only clean the architecture subdirectory we build for.
This allows simplifying the Makefiles; it is no longer necessary to register
arch subdirectory Makefiles, just putting them in place is enough.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ config.h: .config @-printf '\nWARNING: $(?F) newer than config.h, rerun configure\n\n' @-tput sgr0 2>/dev/null -SUBDIR_VARS := CLEANFILES DIRS EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ +SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \ ALTIVEC-OBJS ARMV6-OBJS MMX-OBJS NEON-OBJS YASM-OBJS \ OBJS TESTOBJS |