From a349d7c5ed879d44fc444feff21a368efd437a2d Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 05:55:32 +0000 Subject: [PATCH] Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11073 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kdc/ChangeLog | 5 +++++ src/kdc/Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 757ac7dc5..52809a831 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-27 Marc Horowitz * do_as_req.c, do_tgs_req.c, extern.h, kdc_preauth.c, kdc_util.c, diff --git a/src/kdc/Makefile.in b/src/kdc/Makefile.in index ce1bd18a9..b1b4f296a 100644 --- a/src/kdc/Makefile.in +++ b/src/kdc/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=kdc +mydir=. BUILDTOP=$(REL)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) RUN_SETUP = @KRB5_RUN_ENV@ -- 2.26.2