summaryrefslogtreecommitdiffstats
path: root/src/admin/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/destroy')
-rw-r--r--src/admin/destroy/ChangeLog4
-rw-r--r--src/admin/destroy/Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/admin/destroy/ChangeLog b/src/admin/destroy/ChangeLog
index f3bc805ed..56a7b2053 100644
--- a/src/admin/destroy/ChangeLog
+++ b/src/admin/destroy/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 2 12:18:36 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
+
Wed Mar 1 11:52:36 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
diff --git a/src/admin/destroy/Makefile.in b/src/admin/destroy/Makefile.in
index 790fb29cf..01303acab 100644
--- a/src/admin/destroy/Makefile.in
+++ b/src/admin/destroy/Makefile.in
@@ -1,7 +1,6 @@
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
LDFLAGS = -g
-ISODELIB=@ISODELIB@
COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a
DBMLIB=
KDBLIB=$(TOPLIBD)/libkdb5.a
@@ -9,7 +8,7 @@ DEPKDBLIB=$(TOPLIBD)/libkdb5.a
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)