]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix link line for t_fortuna
authorGilles Espinasse <g.esp@free.fr>
Wed, 1 May 2013 23:57:02 +0000 (19:57 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 1 May 2013 23:57:16 +0000 (19:57 -0400)
ticket: 7628

src/lib/crypto/krb/Makefile.in

index 4ef9b85eb512e30d653266fa457589562079bbd5..66bcc8ab7ebcd4609f5a8e523194b1ddeeb48e9a 100644 (file)
@@ -215,7 +215,7 @@ check-unix:: t_fortuna
        fi
 
 t_fortuna: t_fortuna.o $(SUPPORT_DEPLIB) $(CRYPTO_DEPLIB)
-       $(CC_LINK) -o t_fortuna t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB)
+       $(CC_LINK) -o $@ t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB) $(LIBS)
 
 clean-unix:: clean-libobjs
        $(RM) t_fortuna.o t_fortuna t_fortuna.output