diff options
| author | Theodore Tso <tytso@mit.edu> | 1998-12-05 21:38:08 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1998-12-05 21:38:08 +0000 |
| commit | c0c53c24ab55ada667f5a314e571ee9f7ac988ef (patch) | |
| tree | b3a5c01a899ed40d4d269c39842176d89ffb5278 /src/lib/krb5/posix | |
| parent | 47065478dcc4a90e2eb654f054dd269c6e7dc9aa (diff) | |
| download | krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.gz krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.xz krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.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@11087 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/posix')
| -rw-r--r-- | src/lib/krb5/posix/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/krb5/posix/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/krb5/posix/ChangeLog b/src/lib/krb5/posix/ChangeLog index 508930d408..09b44c14ff 100644 --- a/src/lib/krb5/posix/ChangeLog +++ b/src/lib/krb5/posix/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.) + Fri Feb 27 18:03:33 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Changed thisconfigdir to point at the lib/krb5 diff --git a/src/lib/krb5/posix/Makefile.in b/src/lib/krb5/posix/Makefile.in index 4192177952..97737daeba 100644 --- a/src/lib/krb5/posix/Makefile.in +++ b/src/lib/krb5/posix/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/krb5/posix +mydir=posix BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) |
