]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add "jlibtool" target for laziness
authorAlan T. DeKok <aland@freeradius.org>
Fri, 15 May 2020 19:13:01 +0000 (15:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 15 May 2020 19:38:39 +0000 (15:38 -0400)
scripts/libtool.mk

index 8344204a53fd2088b896bffa40dd7e9c18ef0811..691bb8669e87e92db4a3c8429a846b212e25fd49 100644 (file)
@@ -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