summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-01-18 02:00:32 +0000
committerKen Raeburn <raeburn@mit.edu>2006-01-18 02:00:32 +0000
commit9691093416bc5a7f85fd55aece90ab5b87b79637 (patch)
treec7270b87247edd5052fdc63969557794757ed78b /src/lib/krb5/krb/Makefile.in
parent394dfe5764021766d78aad9e363bcf1fcea9c3b2 (diff)
downloadkrb5-9691093416bc5a7f85fd55aece90ab5b87b79637.tar.gz
krb5-9691093416bc5a7f85fd55aece90ab5b87b79637.tar.xz
krb5-9691093416bc5a7f85fd55aece90ab5b87b79637.zip
Include the support library when linking various test programs, because on
Solaris, with the vendor compiler, we'll always get references to krb5int_pthread_loaded due to unused inline functions not being eliminated. (Also inclued it in dependencies, and use CC_LINK when it wasn't used before.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17592 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/Makefile.in')
-rw-r--r--src/lib/krb5/krb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index 9b3903cb6..a15eb374e 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -310,8 +310,8 @@ t_ser: $(T_SER_OBJS) $(KDB5_DEPLIBS) $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_ser $(T_SER_OBJS) \
$(KDB5_LIBS) $(KRB5_BASE_LIBS) $(DL_LIB) $(THREAD_LINKOPTS)
-t_deltat : $(T_DELTAT_OBJS)
- $(CC_LINK) -o t_deltat $(T_DELTAT_OBJS)
+t_deltat : $(T_DELTAT_OBJS) $(SUPPORT_DEPLIB)
+ $(CC_LINK) -o t_deltat $(T_DELTAT_OBJS) $(SUPPORT_LIB)
T_EXPAND_OBJS=t_expand.o
t_expand.o : t_expand.c