summaryrefslogtreecommitdiffstats
path: root/src/clients/kdestroy
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kdestroy')
-rw-r--r--src/clients/kdestroy/ChangeLog4
-rw-r--r--src/clients/kdestroy/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/clients/kdestroy/ChangeLog b/src/clients/kdestroy/ChangeLog
index 509b26b389..df85f99e5f 100644
--- a/src/clients/kdestroy/ChangeLog
+++ b/src/clients/kdestroy/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-04 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (kdestroy): Fix to build under Unix again.
+
2000-02-04 Danilo Almeida <dalmeida@mit.edu>
* kdestroy.c: Major revamp to support Kerberos 4 compatibility. Code
diff --git a/src/clients/kdestroy/Makefile.in b/src/clients/kdestroy/Makefile.in
index 4e67ce3bd8..ea9ed611ca 100644
--- a/src/clients/kdestroy/Makefile.in
+++ b/src/clients/kdestroy/Makefile.in
@@ -10,8 +10,8 @@ all-unix:: kdestroy
all-windows:: $(OUTPRE)kdestroy.exe
all-mac::
-kdestroy: kdestroy.o $(KRB5_BASE_DEPLIBS)
- $(CC_LINK) -o $@ kdestroy.o $(KRB5_BASE_LIBS)
+kdestroy: kdestroy.o $(KRB4COMPAT_DEPLIBS)
+ $(CC_LINK) -o $@ kdestroy.o $(KRB4COMPAT_LIBS)
$(OUTPRE)kdestroy.exe: $(OUTPRE)kdestroy.obj $(BUILDTOP)\util\windows\$(OUTPRE)getopt.obj $(KLIB) $(CLIB)
link $(EXE_LINKOPTS) -out:$@ $**