summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-08-23 21:50:05 +0000
committerKen Raeburn <raeburn@mit.edu>2002-08-23 21:50:05 +0000
commitb94549fe18d0da42a2106f07d4f68ca2641099c2 (patch)
tree035b3769b992820970839492f0acc3bc988118c2 /src/appl/telnet
parent012e060ea8532ef5c50b9271df5a12321b747238 (diff)
downloadkrb5-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')
-rw-r--r--src/appl/telnet/ChangeLog4
-rw-r--r--src/appl/telnet/Makefile.in2
-rw-r--r--src/appl/telnet/libtelnet/ChangeLog4
-rw-r--r--src/appl/telnet/libtelnet/Makefile.in2
-rw-r--r--src/appl/telnet/telnet/ChangeLog4
-rw-r--r--src/appl/telnet/telnet/Makefile.in2
-rw-r--r--src/appl/telnet/telnetd/ChangeLog4
-rw-r--r--src/appl/telnet/telnetd/Makefile.in2
8 files changed, 20 insertions, 4 deletions
diff --git a/src/appl/telnet/ChangeLog b/src/appl/telnet/ChangeLog
index 62fb2e8a0f..ae4d6b8aa4 100644
--- a/src/appl/telnet/ChangeLog
+++ b/src/appl/telnet/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
diff --git a/src/appl/telnet/Makefile.in b/src/appl/telnet/Makefile.in
index 6d7f9632e3..004d9c1a7c 100644
--- a/src/appl/telnet/Makefile.in
+++ b/src/appl/telnet/Makefile.in
@@ -1,4 +1,4 @@
thisconfigdir=.
myfulldir=appl/telnet
mydir=.
-BUILDTOP=$(REL)$(U)$(S)$(U)
+BUILDTOP=$(REL)../..
diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog
index be7e4d7a53..73a9d54079 100644
--- a/src/appl/telnet/libtelnet/ChangeLog
+++ b/src/appl/telnet/libtelnet/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
2002-04-12 Sam Hartman <hartmans@mit.edu>
* kerberos5.c forward.c: Build without k5-int.h
diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in
index ed380799eb..479da66095 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.
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog
index af380bf20e..5e642e7347 100644
--- a/src/appl/telnet/telnet/ChangeLog
+++ b/src/appl/telnet/telnet/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
2002-04-12 Tom Yu <tlyu@mit.edu>
* configure.in: Sepcial-case solaris+gcc to always find curses.h,
diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in
index 21408b3228..962a71f3b8 100644
--- a/src/appl/telnet/telnet/Makefile.in
+++ b/src/appl/telnet/telnet/Makefile.in
@@ -1,7 +1,7 @@
thisconfigdir=.
myfulldir=appl/telnet/telnet
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.
diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog
index 3bdfec6e7a..2be421534d 100644
--- a/src/appl/telnet/telnetd/ChangeLog
+++ b/src/appl/telnet/telnetd/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
2002-08-08 Jen Selby <jenselby@mit.edu>
* telnetd.c: Switched the valid and user descriptions under the -a
diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in
index f07cbf74df..9a9b34574e 100644
--- a/src/appl/telnet/telnetd/Makefile.in
+++ b/src/appl/telnet/telnetd/Makefile.in
@@ -1,7 +1,7 @@
thisconfigdir=.
myfulldir=appl/telnet/telnetd
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.