summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
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/bsd
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/bsd')
-rw-r--r--src/appl/bsd/ChangeLog4
-rw-r--r--src/appl/bsd/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index ead7e866b3..dbc1a51098 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
2002-08-23 Ezra Peisach <epeisach@bu.edu>
* compat_recv.c: Include defines.h for prototypes.
diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in
index a8d2ea6241..c0569494c1 100644
--- a/src/appl/bsd/Makefile.in
+++ b/src/appl/bsd/Makefile.in
@@ -1,7 +1,7 @@
thisconfigdir=.
myfulldir=appl/bsd
mydir=.
-BUILDTOP=$(REL)$(U)$(S)$(U)
+BUILDTOP=$(REL)../..
LOCALINCLUDES=@KRB4_INCLUDES@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)