aboutsummaryrefslogtreecommitdiff
path: root/src/appl/user_user
diff options
context:
space:
mode:
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)