summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-18 10:28:39 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-18 10:28:39 +0000
commiteea74f39c83979b2fca8fd28998dbe04ab606f8e (patch)
tree2c8b0f927623c13d20862c707ea506d98ef9a492
parent7c6518be0c453ecd08addd25eb30fbda16d7053a (diff)
downloadkrb5-eea74f39c83979b2fca8fd28998dbe04ab606f8e.tar.gz
krb5-eea74f39c83979b2fca8fd28998dbe04ab606f8e.tar.xz
krb5-eea74f39c83979b2fca8fd28998dbe04ab606f8e.zip
fix up for yet better Imake support
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1716 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/admin/aname/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile
index 222992b91d..5d55ac1e68 100644
--- a/src/admin/aname/Imakefile
+++ b/src/admin/aname/Imakefile
@@ -7,7 +7,7 @@
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
-DEPLIBS = $(DEPKLIBS)
-LOCAL_LIBRARIES = $(KLIB) $(COMERRLIB) $(DBMLIB)
+DEPLIBS = $(OSDEPLIB)
+LOCAL_LIBRARIES = $(KLIBLOC) -l$(OSLIB) $(COMERRLIB) $(DBMLIB)
SimpleProgramTarget(kdb5_anadd)