aboutsummaryrefslogtreecommitdiff
path: root/src/appl/user_user
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/user_user
parent012e060ea8532ef5c50b9271df5a12321b747238 (diff)
downloadkrb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.zip
krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.tar.gz
krb5-b94549fe18d0da42a2106f07d4f68ca2641099c2.tar.bz2
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/user_user')
-rw-r--r--src/appl/user_user/ChangeLog4
-rw-r--r--src/appl/user_user/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog
index 0d226a1..01a1c39 100644
--- a/src/appl/user_user/ChangeLog
+++ b/src/appl/user_user/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
2002-03-28 Ken Raeburn <raeburn@mit.edu>
* client.c, server.c: Include errno.h.
diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in
index 5185da5..7a71515 100644
--- a/src/appl/user_user/Makefile.in
+++ b/src/appl/user_user/Makefile.in
@@ -2,7 +2,7 @@ thisconfigdir=./..
myfulldir=appl/user_user
mydir=user_user
MY_SUBDIRS=.
-BUILDTOP=$(REL)$(U)$(S)$(U)
+BUILDTOP=$(REL)../..
DEFINES = -DDEBUG
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)