aboutsummaryrefslogtreecommitdiff
path: root/src/clients
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-15 21:33:53 +0000
committerRichard Basch <probe@mit.edu>1997-02-15 21:33:53 +0000
commit084f8684422ba1edcd944f7bb5fc141f0ba9f0d0 (patch)
treeeec5c48a95e9c406e082a5b2308da9f15e89bbd9 /src/clients
parentb1731e9e3329ba0f5b0d23980b0c84d7064c2e85 (diff)
downloadkrb5-084f8684422ba1edcd944f7bb5fc141f0ba9f0d0.zip
krb5-084f8684422ba1edcd944f7bb5fc141f0ba9f0d0.tar.gz
krb5-084f8684422ba1edcd944f7bb5fc141f0ba9f0d0.tar.bz2
Need to link with $(CLIB) - comerr library (win32)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9874 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients')
-rw-r--r--src/clients/kdestroy/ChangeLog4
-rw-r--r--src/clients/kdestroy/Makefile.in5
-rw-r--r--src/clients/klist/ChangeLog4
-rw-r--r--src/clients/klist/Makefile.in4
4 files changed, 12 insertions, 5 deletions
diff --git a/src/clients/kdestroy/ChangeLog b/src/clients/kdestroy/ChangeLog
index ba51009..fb877f8 100644
--- a/src/clients/kdestroy/ChangeLog
+++ b/src/clients/kdestroy/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 15 12:25:00 1997 Richard Basch <basch@lehman.com>
+
+ * Makefile.in: Link in ComErr library $(CLIB)
+
Mon Feb 10 14:59:54 1997 Richard Basch <basch@lehman.com>
* Makefile.in:
diff --git a/src/clients/kdestroy/Makefile.in b/src/clients/kdestroy/Makefile.in
index 665aa63..4e907b0 100644
--- a/src/clients/kdestroy/Makefile.in
+++ b/src/clients/kdestroy/Makefile.in
@@ -17,9 +17,8 @@ kdestroy: kdestroy.o $(KRB5_BASE_DEPLIBS)
##WIN32##CFLAGS = $(CCOPTS2) $(INCLUDES)
##WIN32##all-windows:: kdestroy.exe
-##WIN32##kdestroy.exe: kdestroy.obj
-##WIN32## link /nologo /out:$@ $*.obj \
-##WIN32## $(BUILDTOP)\util\windows\getopt.obj $(KLIB)
+##WIN32##kdestroy.exe: kdestroy.obj $(BUILDTOP)\util\windows\getopt.obj $(KLIB) $(CLIB)
+##WIN32## link /nologo /out:$@ $**
clean-unix::
diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog
index ad72074..9e518ef 100644
--- a/src/clients/klist/ChangeLog
+++ b/src/clients/klist/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 15 12:25:14 1997 Richard Basch <basch@lehman.com>
+
+ * Makefile.in: Link in ComErr library $(CLIB)
+
Mon Feb 10 14:59:33 1997 Richard Basch <basch@lehman.com>
* Makefile.in:
diff --git a/src/clients/klist/Makefile.in b/src/clients/klist/Makefile.in
index cbf74be..2954a4d 100644
--- a/src/clients/klist/Makefile.in
+++ b/src/clients/klist/Makefile.in
@@ -17,8 +17,8 @@ klist: klist.o $(KRB5_BASE_DEPLIBS)
##WIN32##CFLAGS = $(CCOPTS2) $(INCLUDES)
##WIN32##all-windows:: klist.exe
-##WIN32##klist.exe: klist.obj
-##WIN32## link /nologo /out:$@ $*.obj $(KLIB)
+##WIN32##klist.exe: klist.obj $(KLIB) $(CLIB)
+##WIN32## link /nologo /out:$@ $**
clean-unix::