aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/stdio
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 21:38:08 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 21:38:08 +0000
commitc0c53c24ab55ada667f5a314e571ee9f7ac988ef (patch)
treeb3a5c01a899ed40d4d269c39842176d89ffb5278 /src/lib/krb5/ccache/stdio
parent47065478dcc4a90e2eb654f054dd269c6e7dc9aa (diff)
downloadkrb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.zip
krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.gz
krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.bz2
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/ccache/stdio')
-rw-r--r--src/lib/krb5/ccache/stdio/ChangeLog5
-rw-r--r--src/lib/krb5/ccache/stdio/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog
index f6d8517..5b7e7ea 100644
--- a/src/lib/krb5/ccache/stdio/ChangeLog
+++ b/src/lib/krb5/ccache/stdio/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/ccache/stdio/Makefile.in b/src/lib/krb5/ccache/stdio/Makefile.in
index d9f6d06..210ae8c 100644
--- a/src/lib/krb5/ccache/stdio/Makefile.in
+++ b/src/lib/krb5/ccache/stdio/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./../..
+myfulldir=lib/krb5/ccache/stdio
+mydir=ccache/stdio
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS)