]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
preferred way to handle libtool --tags
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 6 Dec 2005 12:48:27 +0000 (12:48 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 6 Dec 2005 12:48:27 +0000 (12:48 +0000)
Makefile.in

index 1430cd8c0c3ff74de02f806d5b3d9b35b80d4de0..578100d6f1371762033287e8c7ba1b602b134540 100644 (file)
@@ -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