From: Greg Hudson Date: Thu, 21 Jul 2011 20:41:20 +0000 (+0000) Subject: Set SHLIB_RDIRS in profile test module build X-Git-Tag: krb5-1.10-alpha1~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=babacee9be81719048c33b53cbb90cd55073f966;p=thirdparty%2Fkrb5.git Set SHLIB_RDIRS in profile test module build The test module has no dependencies, but SHLIB_RDIRS must be set or the commands in shlib.conf can produce syntax errors. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25033 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/testmod/Makefile.in b/src/util/profile/testmod/Makefile.in index fdd3663282..d210fbb3f5 100644 --- a/src/util/profile/testmod/Makefile.in +++ b/src/util/profile/testmod/Makefile.in @@ -10,6 +10,9 @@ LIBMAJOR=0 LIBMINOR=0 SO_EXT=.so +# No dependencies, but we have to put something here. +SHLIB_RDIRS=$(KRB5_LIBDIR) + STOBJLISTS=OBJS.ST STLIBOBJS=testmod_main.o