From 470f3104e46cff5eb234a42d1b4ccfeba1bfcdb9 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 2 Mar 2003 21:40:49 +0000 Subject: Use com_err_deplib rather than an explicit path so we do not have our shared libraries depend at a make level on com_err if we use the system com_err library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15212 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/profile') diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 41d51f7ade..fc446e3f13 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -43,7 +43,7 @@ MLIBS = -lcom_err LIB=profile LIBMAJOR=1 LIBMINOR=1 -SHLIB_EXPDEPS = $(TOPLIBD)/libcom_err$(SHLIBEXT) +SHLIB_EXPDEPS = $(COM_ERR_DEPLIB) SHLIB_EXPLIBS = -lcom_err SHLIB_DIRS = -L$(TOPLIBD) SHLIB_RDIRS=$(KRB5_LIBDIR) -- cgit