diff options
author | Theodore Tso <tytso@mit.edu> | 1998-12-05 06:31:28 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1998-12-05 06:31:28 +0000 |
commit | 32fec992143c6253df18eebff8bc82c44af32d3e (patch) | |
tree | 36bfae43b40e37461af4f1a65e98d007a086d803 /src/kadmin/kdbkeys | |
parent | 81c669036b738c29a72b599f324ef464088ed6e9 (diff) | |
download | krb5-32fec992143c6253df18eebff8bc82c44af32d3e.tar.gz krb5-32fec992143c6253df18eebff8bc82c44af32d3e.tar.xz krb5-32fec992143c6253df18eebff8bc82c44af32d3e.zip |
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@11082 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/kdbkeys')
-rw-r--r-- | src/kadmin/kdbkeys/ChangeLog | 5 | ||||
-rw-r--r-- | src/kadmin/kdbkeys/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/kadmin/kdbkeys/ChangeLog b/src/kadmin/kdbkeys/ChangeLog index 43c852fa1b..366acc8c71 100644 --- a/src/kadmin/kdbkeys/ChangeLog +++ b/src/kadmin/kdbkeys/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Wed Feb 18 15:55:38 1998 Tom Yu <tlyu@mit.edu> * Makefile.in: Remove trailing slash from thisconfigdir. Fix up diff --git a/src/kadmin/kdbkeys/Makefile.in b/src/kadmin/kdbkeys/Makefile.in index 0310d1d4c9..aeda38f05a 100644 --- a/src/kadmin/kdbkeys/Makefile.in +++ b/src/kadmin/kdbkeys/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=kadmin/kdbkeys +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) |