From 8e21608c9f59fc6785f9016f13c002e5928dd54e Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Fri, 1 Oct 2010 19:47:49 +0200 Subject: [PATCH] Print ${LIBS} at the beginning of the build Signed-off-by: Marc Andre Tanner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f870c0..5b9371f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: clean options qi-bootmenu options: @echo qi-bootmenu build options: @echo "CFLAGS = ${CFLAGS}" - @echo "LDFLAGS = ${LDFLAGS}" + @echo "LDFLAGS = ${LDFLAGS} ${LIBS}" @echo "CC = ${CC}" .c.o: -- 2.11.4.GIT