build: whitespace cosmetics

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-10-10 23:00:00 +01:00
parent e5c6e9a6f2
commit 1c7428e655
1 changed files with 1 additions and 1 deletions

View File

@ -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)