From a58bd11218b79822b6901994e80920ee82c3a202 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 31 Jan 2012 15:03:20 +0100 Subject: [PATCH] CC jlibtool.c to make it compatible with the rest of the build system --- scripts/libtool.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/libtool.mk b/scripts/libtool.mk index 4238325..533cbbc 100644 --- a/scripts/libtool.mk +++ b/scripts/libtool.mk @@ -32,7 +32,8 @@ ifeq "${LIBTOOL}" "JLIBTOOL" # binary! jlibtool ${JLIBTOOL}: ${top_makedir}/jlibtool.c @mkdir -p $(dir ${JLIBTOOL}) - ${CC} $< -o ${JLIBTOOL} + @echo CC jlibtool.c + @${CC} $< -o ${JLIBTOOL} clean: jlibtool_clean -- 2.1.4