summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour
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/lib/crypto/arcfour
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/lib/crypto/arcfour')
-rw-r--r--src/lib/crypto/arcfour/ChangeLog4
-rw-r--r--src/lib/crypto/arcfour/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/crypto/arcfour/ChangeLog b/src/lib/crypto/arcfour/ChangeLog
index 6c0e812b1e..f52992c938 100644
--- a/src/lib/crypto/arcfour/ChangeLog
+++ b/src/lib/crypto/arcfour/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
+
2002-05-13 Sam Hartman <hartmans@mit.edu>
* arcfour.c: Microsoft indicates that they have changed some key
diff --git a/src/lib/crypto/arcfour/Makefile.in b/src/lib/crypto/arcfour/Makefile.in
index d313cdc664..d55489983c 100644
--- a/src/lib/crypto/arcfour/Makefile.in
+++ b/src/lib/crypto/arcfour/Makefile.in
@@ -1,7 +1,7 @@
thisconfigdir=./..
myfulldir=lib/crypto/arcfour
mydir=arcfour
-BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
+BUILDTOP=$(REL)../../..
LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../md4
##DOS##BUILDTOP = ..\..\..