diff options
author | Mans Rullgard <mans@mansr.com> | 2012-10-10 23:00:00 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-10-10 23:46:31 +0100 |
commit | 1c7428e6554a4cf4cd0bcf6d0d27fd669383e199 (patch) | |
tree | 2c231e351ac637d837d97aceffcc93eadf9b3d79 /library.mak | |
parent | e5c6e9a6f2d0c3de8f5e0c66de793bc20ea3c56c (diff) | |
download | ffmpeg-1c7428e6554a4cf4cd0bcf6d0d27fd669383e199.tar.gz |
build: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'library.mak')
-rw-r--r-- | library.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library.mak b/library.mak index f715f4a9a8..64b5f2b2d5 100644 --- a/library.mak +++ b/library.mak @@ -92,7 +92,7 @@ endef $(eval $(RULES)) $(EXAMPLES) $(TOOLS): $(DEP_LIBS) $(SUBDIR)$($(CONFIG_SHARED:yes=S)LIBNAME) -$(TESTPROGS): $(SUBDIR)$(LIBNAME) $(DEP_LIBS) +$(TESTPROGS): $(DEP_LIBS) $(SUBDIR)$(LIBNAME) examples: $(EXAMPLES) testprogs: $(TESTPROGS) |