projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e3e64
)
Set SHLIB_RDIRS in profile test module build
author
Greg Hudson
<ghudson@mit.edu>
Thu, 21 Jul 2011 20:41:20 +0000
(20:41 +0000)
committer
Greg Hudson
<ghudson@mit.edu>
Thu, 21 Jul 2011 20:41:20 +0000
(20:41 +0000)
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
src/util/profile/testmod/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/profile/testmod/Makefile.in
b/src/util/profile/testmod/Makefile.in
index fdd3663282bfb9753a998bc7a5c55abcf83ce33a..d210fbb3f56b3e4a505f1dbb8289388cea7996f6 100644
(file)
--- 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