svn rev #25034: trunk/src/util/profile/testmod/
ghudson@MIT.EDU
ghudson at MIT.EDU
Thu Jul 21 17:04:24 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25034
Commit By: ghudson
Log Message:
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.
Changed Files:
U trunk/src/util/profile/testmod/Makefile.in
Modified: trunk/src/util/profile/testmod/Makefile.in
===================================================================
--- trunk/src/util/profile/testmod/Makefile.in 2011-07-21 20:41:20 UTC (rev 25033)
+++ trunk/src/util/profile/testmod/Makefile.in 2011-07-21 21:04:24 UTC (rev 25034)
@@ -10,9 +10,6 @@
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 @@
check-unix:: proftest$(DYNOBJEXT)
clean-unix:: clean-libs clean-libobjs
+ at libnodeps_frag@
@libnover_frag@
@libobj_frag@
More information about the cvs-krb5
mailing list