diff options
author | Tom Yu <tlyu@mit.edu> | 1998-02-18 23:18:18 +0000 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 1998-02-18 23:18:18 +0000 |
commit | 5c6aca0ac88a684b94eeabf428be7787b6fdb912 (patch) | |
tree | 1595d26293a7c6cc4e34f71fd30a1a136bedc732 /src/lib/krb5/ccache/stdio | |
parent | 0bceb9ff8823052427b4d7ac64cb618cfd887ab0 (diff) | |
download | krb5-5c6aca0ac88a684b94eeabf428be7787b6fdb912.tar.gz krb5-5c6aca0ac88a684b94eeabf428be7787b6fdb912.tar.xz krb5-5c6aca0ac88a684b94eeabf428be7787b6fdb912.zip |
Remove trailing slash from thisconfigdir. Change directory syntax
used in BUILDTOP.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10464 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/stdio')
-rw-r--r-- | src/lib/krb5/ccache/stdio/ChangeLog | 5 | ||||
-rw-r--r-- | src/lib/krb5/ccache/stdio/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/stdio/ChangeLog b/src/lib/krb5/ccache/stdio/ChangeLog index 13739ebfb..0fa44b666 100644 --- a/src/lib/krb5/ccache/stdio/ChangeLog +++ b/src/lib/krb5/ccache/stdio/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:20:44 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile diff --git a/src/lib/krb5/ccache/stdio/Makefile.in b/src/lib/krb5/ccache/stdio/Makefile.in index d2eeab859..659c20cdf 100644 --- a/src/lib/krb5/ccache/stdio/Makefile.in +++ b/src/lib/krb5/ccache/stdio/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) STLIBOBJS = \ |