summaryrefslogtreecommitdiffstats
path: root/src/util/et
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-07-07 21:10:03 +0000
committerPaul Park <pjpark@mit.edu>1995-07-07 21:10:03 +0000
commit583fb2f69a1bc42e8b56bb2c9b175321cb36b317 (patch)
treef07afcf4b3dd4d05c76f0e73b8c7ed223f303a54 /src/util/et
parent350f92f5e097f6d17396536b9710f72ad947710b (diff)
Add DEPLIBS, needed by shared library rule
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6266 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et')
-rw-r--r--src/util/et/ChangeLog4
-rw-r--r--src/util/et/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 903429b6c..4a2f5ceaa 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,7 @@
+
+Fri Jul 7 16:42:20 EDT 1995 Paul Park (pjpark@mit.edu)
+ * Makefile.in - Add DEPLIBS, needed by shared library rule.
+
Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com>
* com_err.[ch] added _MACINTOSH conditional
* vsprintf.h added inclusion of stdarg.h for _MACINTSOH
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index e0a663588..857e8f2dc 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -31,7 +31,7 @@ CFILES= compile_et.c error_table.c error_message.c et_name.c \
SRCS=$(CFILES)
-
+DEPLIBS=
SHLIB_LIBS=
SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@
SHLIB_LIBDIRS= @SHLIB_LIBDIRS@