summaryrefslogtreecommitdiffstats
path: root/src/appl/user_user
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-03-02 18:29:24 +0000
committerTheodore Tso <tytso@mit.edu>1995-03-02 18:29:24 +0000
commit37bb6df342a0ffc381869291fd0f8b6589b331c2 (patch)
treed0de8c636add611e424624f6604ce138b2edf7b4 /src/appl/user_user
parentb987cf7946de06a57146a93679ae1742359302b4 (diff)
downloadkrb5-37bb6df342a0ffc381869291fd0f8b6589b331c2.tar.gz
krb5-37bb6df342a0ffc381869291fd0f8b6589b331c2.tar.xz
krb5-37bb6df342a0ffc381869291fd0f8b6589b331c2.zip
Remove reference to $(ISODELIB)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5061 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/user_user')
-rw-r--r--src/appl/user_user/ChangeLog4
-rw-r--r--src/appl/user_user/Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog
index 99d4f238e..ca2b33739 100644
--- a/src/appl/user_user/ChangeLog
+++ b/src/appl/user_user/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 2 12:28:58 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
+
Wed Mar 1 16:26:20 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in
index cc7feb523..4e523ce79 100644
--- a/src/appl/user_user/Makefile.in
+++ b/src/appl/user_user/Makefile.in
@@ -1,13 +1,12 @@
CFLAGS = $(CCOPTS) $(DEFS) -DDEBUG
LDFLAGS = -g
-ISODELIB=@ISODELIB@
COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a
DBMLIB=
all::
-KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB)
+KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB)
DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB)
uuclient: client.o $(DEPKLIB)