From: Theodore Tso Date: Fri, 13 Nov 1998 21:11:00 +0000 (+0000) Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative X-Git-Tag: krb5-1.1-beta1~484 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2b91c3c0893a8b4887a66e24b2a1f2038de12bfb;p=krb5.git 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@11033 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 8f7e9a8fc..72e03fe85 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/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-24 Marc Horowitz * login.c: update to new get_creds API diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index 0bd076509..06ba4a572 100644 --- a/src/appl/bsd/Makefile.in +++ b/src/appl/bsd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=appl/bsd +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(DEFINES) LOCALINCLUDE=@KRB4_INCLUDES@