diff options
author | Ken Raeburn <raeburn@mit.edu> | 2002-08-23 21:50:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-23 21:50:05 +0000 |
commit | b94549fe18d0da42a2106f07d4f68ca2641099c2 (patch) | |
tree | 035b3769b992820970839492f0acc3bc988118c2 /src/appl/telnet/libtelnet/Makefile.in | |
parent | 012e060ea8532ef5c50b9271df5a12321b747238 (diff) | |
download | krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.tar.gz krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.tar.xz krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.zip |
Change $(S)=>/ and $(U)=>.. globally
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14761 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/telnet/libtelnet/Makefile.in')
-rw-r--r-- | src/appl/telnet/libtelnet/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in index ed380799e..479da6609 100644 --- a/src/appl/telnet/libtelnet/Makefile.in +++ b/src/appl/telnet/libtelnet/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=appl/telnet/libtelnet mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. # derived from the original Makefile.generic # # Copyright (c) 1991 The Regents of the University of California. |