From: Miek Gieben Date: Tue, 6 Dec 2005 12:48:27 +0000 (+0000) Subject: preferred way to handle libtool --tags X-Git-Tag: release-1.1.0~557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2b07f2df4a2ab48fe31719654793f7ffcff07d;p=thirdparty%2Fldns.git preferred way to handle libtool --tags --- diff --git a/Makefile.in b/Makefile.in index 1430cd8c..578100d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ LDFLAGS = @LDFLAGS@ -lcrypto LIBS = @LIBS@ LIBOBJS = @LIBOBJS@ DATE = $(shell date +%Y%m%d) -LIBTOOL = $(libtool) --tag=CC +LIBTOOL = $(libtool) --tag=$(CC) LINT = splint LINTFLAGS = +quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t