use DEPKDBLIB
authorJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 16:44:06 +0000 (16:44 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 16:44:06 +0000 (16:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@809 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/create/Imakefile
src/admin/destroy/Imakefile
src/admin/edit/Imakefile
src/admin/stash/Imakefile
src/kdc/Imakefile

index 59c1e0c58dff3b8c3019c60afba9889a5be3aa7e..824fba29a42ce202ed7c6ba81b4c12ae961391aa 100644 (file)
@@ -1,4 +1,4 @@
-DEPLIBS = $(KDBLIB) $(DEPKLIB)
+DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
 LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
 
 SimpleProgramTarget(kdb5_create)
index ed61e218913c2c5eaa8932b93dd99e14798ae16e..d750eb3b5881a084cf5b0fc614cf45fe416a2093 100644 (file)
@@ -1,4 +1,4 @@
-DEPLIBS = $(KDBLIB) $(DEPKLIB)
+DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
 LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
 
 SimpleProgramTarget(kdb5_destroy)
index 4b4dbe0fa36382a9de9ee7bbaa904383a23cf45f..6f67d561ffe56d5f7266359703688a5c8be61a7e 100644 (file)
@@ -1,4 +1,4 @@
-DEPLIBS = $(KDBLIB) $(DEPKLIB)
+DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
 LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB)
 OBJS= kdb5_edit.o kdb5_ed_ct.o
 SRCS= kdb5_edit.c kdb5_ed_ct.c
index 9cd4063db549eb8c033d7dea1de49163a8269efa..90f1aab12a51cd2bc9b03b30ad33d6b08b9a336f 100644 (file)
@@ -1,4 +1,4 @@
-DEPLIBS = $(KDBLIB) $(DEPKLIB)
+DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
 LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
 
 SimpleProgramTarget(kdb5_stash)
index e9c3a82b6fe833b917e81ddd2c94d623cdcc4c46..1abf08734ef602b7415e1851be391abd4b894fc1 100644 (file)
@@ -24,4 +24,4 @@ ErrorTableObjectRule()
 
 all::  krb5kdc $(SRCS)
 
-NormalProgramTarget(krb5kdc,$(OBJS),$(KDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)
+NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)