From: Alan T. DeKok Date: Wed, 5 Sep 2012 14:44:05 +0000 (+0200) Subject: Make it build using old Make && new jlibtool X-Git-Tag: release_3_0_0_beta0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de0191f753cfd12294313638f15ff176ae62075;p=thirdparty%2Ffreeradius-server.git Make it build using old Make && new jlibtool --- diff --git a/Makefile b/Makefile index a53f2d50cda..ce04c4b2cda 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,16 @@ all: clean: @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common @rm -f *~ + +ifeq "scripts/jlibtool" "$(JLIBTOOL)" +all: scripts/jlibtool + +scripts/jlibtool: scripts/jlibtool.c + $(CC) $^ -o $@ + +LIBTOOL := $(top_srcdir)/scripts/jlibtool +endif + endif .PHONY: tests