From: Greg Hudson Date: Thu, 21 Jul 2011 21:04:24 +0000 (+0000) Subject: Better workaround for profile test module X-Git-Tag: krb5-1.10-alpha1~341 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d1a70cd014579f6134d73fc073dc090f574e1c8;p=krb5.git Better workaround for profile test module Ken pointed out that we have a libnodeps.in for just this case, so use it instead of a dummy SHLIB_RDIRS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25034 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/testmod/Makefile.in b/src/util/profile/testmod/Makefile.in index d210fbb3f..aed51e422 100644 --- a/src/util/profile/testmod/Makefile.in +++ b/src/util/profile/testmod/Makefile.in @@ -10,9 +10,6 @@ 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 @@ -21,5 +18,6 @@ SRCS=$(srcdir)/testmod_main.c check-unix:: proftest$(DYNOBJEXT) clean-unix:: clean-libs clean-libobjs +@libnodeps_frag@ @libnover_frag@ @libobj_frag@