From: Alan T. DeKok Date: Fri, 15 May 2020 19:13:01 +0000 (-0400) Subject: add "jlibtool" target for laziness X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb4b9bd72fbdffcccaaae4aa7db3c4bdbd78d84e;p=thirdparty%2Ffreeradius-server.git add "jlibtool" target for laziness --- diff --git a/scripts/libtool.mk b/scripts/libtool.mk index 8344204a53f..691bb8669e8 100644 --- a/scripts/libtool.mk +++ b/scripts/libtool.mk @@ -44,7 +44,9 @@ ifeq "${LIBTOOL}" "JLIBTOOL" ${JLIBTOOL}: ${top_makedir}/jlibtool.c $(Q)mkdir -p $(dir $@) $(Q)echo CC jlibtool.c - $(Q)${CC} $< -o $@ -DPROGRAM_VERSION=$(RADIUSD_VERSION_STRING) + $(Q)gcc $< -o $@ -DPROGRAM_VERSION=$(RADIUSD_VERSION_STRING) + + jlibtool: ${JLIBTOOL} clean: jlibtool_clean