From 1c7428e6554a4cf4cd0bcf6d0d27fd669383e199 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Wed, 10 Oct 2012 23:00:00 +0100 Subject: build: whitespace cosmetics Signed-off-by: Mans Rullgard --- library.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library.mak') 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) -- cgit v1.2.3