Need to link with $(CLIB) - comerr library (win32)
authorRichard Basch <probe@mit.edu>
Sat, 15 Feb 1997 21:33:53 +0000 (21:33 +0000)
committerRichard Basch <probe@mit.edu>
Sat, 15 Feb 1997 21:33:53 +0000 (21:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9874 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kdestroy/ChangeLog
src/clients/kdestroy/Makefile.in
src/clients/klist/ChangeLog
src/clients/klist/Makefile.in

index ba51009b9c87175f997c4e87040105700fd0fe9b..fb877f8c7d5103c0d3c43450e36c17e88205e903 100644 (file)
@@ -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:
index 665aa63efe22e49d564c096bc892479cfc634f03..4e907b02dcab91168680173df1add57a5843594e 100644 (file)
@@ -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::
index ad720749360022e0e47f1b6c91ab0cf93670f6d9..9e518efc23c0c36c3497e7f596e4163763b978ae 100644 (file)
@@ -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:
index cbf74bef75ba860e81baa8f0b524c9c16e2da4c2..2954a4dc4a6b2f580c35d94ccdc415cb5d70c544 100644 (file)
@@ -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::