Better workaround for profile test module
authorGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 21:04:24 +0000 (21:04 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 21:04:24 +0000 (21:04 +0000)
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

src/util/profile/testmod/Makefile.in

index d210fbb3f56b3e4a505f1dbb8289388cea7996f6..aed51e42296cbf5f847cf5c1489a589631090cb5 100644 (file)
@@ -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@