From cbe10a2a893ead483e33361c85ad84af492d7a50 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Fri, 10 Oct 2003 13:12:35 +0000 Subject: [PATCH] The header files hdb_asn1.h, hdb_err.h, and kadm5_err.h are generated, and must be installed from ${.OBJDIR}. Pointy hat: nectar --- kerberos5/lib/libhdb/Makefile | 4 ++-- kerberos5/lib/libkadm5clnt/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kerberos5/lib/libhdb/Makefile b/kerberos5/lib/libhdb/Makefile index d23e0d419b32..91856d360920 100644 --- a/kerberos5/lib/libhdb/Makefile +++ b/kerberos5/lib/libhdb/Makefile @@ -6,8 +6,8 @@ INCS= \ hdb-private.h \ hdb-protos.h \ hdb.h \ - hdb_asn1.h \ - hdb_err.h + ${.OBJDIR}/hdb_asn1.h \ + ${.OBJDIR}/hdb_err.h SRCS= \ common.c \ diff --git a/kerberos5/lib/libkadm5clnt/Makefile b/kerberos5/lib/libkadm5clnt/Makefile index 987da7696f4a..6547192b6e61 100644 --- a/kerberos5/lib/libkadm5clnt/Makefile +++ b/kerberos5/lib/libkadm5clnt/Makefile @@ -6,7 +6,7 @@ INCS= \ admin.h \ kadm5-private.h \ kadm5-protos.h \ - kadm5_err.h \ + ${.OBJDIR}/kadm5_err.h \ private.h INCSDIR=${INCLUDEDIR}/kadm5