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 +- src/util/pty/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 41d51f7ad..fc446e3f1 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) diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 6abd7a588..f29f9df85 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -37,7 +37,7 @@ CFILES=$(srcdir)/cleanup.c $(srcdir)/getpty.c $(srcdir)/init_slave.c \ SRCS=pty_err.c $(CFILES) SHLIB_EXPDEPS = \ - $(TOPLIBD)/libcom_err$(SHLIBEXT) + $(COM_ERR_DEPLIB) SHLIB_EXPLIBS= -lcom_err SHLIB_DIRS=-L$(TOPLIBD) SHLIB_RDIRS=$(KRB5_LIBDIR) -- cgit