diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-02 23:55:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:00:10 +0200 |
commit | ad0e31f1346bacdb04341a07375ff597dea8b2e2 (patch) | |
tree | 567c088a580924ddcee8923a7294e1eb7681a4db /Makefile | |
parent | 80391552c9a308222dd3c75ec4174f962b1bf627 (diff) | |
download | ffmpeg-ad0e31f1346bacdb04341a07375ff597dea8b2e2.tar.gz |
build: prettyprinting cosmetics
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -98,9 +98,10 @@ config.h: .config @-printf '\nWARNING: $(?F) newer than config.h, rerun configure\n\n' @-tput sgr0 2>/dev/null -SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \ - ALTIVEC-OBJS MMX-OBJS NEON-OBJS YASM-OBJS \ - HOSTPROGS BUILT_HEADERS TESTOBJS ARCH_HEADERS ARMV6-OBJS TOOLS +SUBDIR_VARS := CLEANFILES DIRS EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ + ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \ + ALTIVEC-OBJS ARMV6-OBJS MMX-OBJS NEON-OBJS YASM-OBJS \ + OBJS TESTOBJS define RESET $(1) := |