summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-07-21 21:04:24 +0000
committerGreg Hudson <ghudson@mit.edu>2011-07-21 21:04:24 +0000
commit0d1a70cd014579f6134d73fc073dc090f574e1c8 (patch)
tree57331c29c5234d2dd5b35d64cb1d0ce6db6caa11 /src
parentbabacee9be81719048c33b53cbb90cd55073f966 (diff)
downloadkrb5-0d1a70cd014579f6134d73fc073dc090f574e1c8.tar.gz
krb5-0d1a70cd014579f6134d73fc073dc090f574e1c8.tar.xz
krb5-0d1a70cd014579f6134d73fc073dc090f574e1c8.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/testmod/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/profile/testmod/Makefile.in b/src/util/profile/testmod/Makefile.in
index d210fbb3f5..aed51e4229 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@