summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/os
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-15 01:57:23 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-15 01:57:23 +0000
commit26bcae14eec6b4392500ecb144e345b2948ef544 (patch)
tree1712bd35d85d6e87bd711fe768ef60c43a1a0b6e /src/lib/crypto/os
parentc61811b52dbd314e051292f4ba1f14fc1d1fb003 (diff)
Two changes in the crypto directory: 1) 16 vs 32 bit errors in DES and 2)
removed crud for making a DLL (will be done at a higher level.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5123 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/os')
-rw-r--r--src/lib/crypto/os/ChangeLog5
-rw-r--r--src/lib/crypto/os/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/crypto/os/ChangeLog b/src/lib/crypto/os/ChangeLog
index 9848d4be6..a95669707 100644
--- a/src/lib/crypto/os/ChangeLog
+++ b/src/lib/crypto/os/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 14 17:23:02 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: no longer need to bring in ustime and localaddr for
+ windows since everything's going into one DLL in the end.
+
Thu Mar 2 17:56:48 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: changed LIBNAME for the PC, and brought in ustime
diff --git a/src/lib/crypto/os/Makefile.in b/src/lib/crypto/os/Makefile.in
index 7bf4dd8e8..4a7fb4f21 100644
--- a/src/lib/crypto/os/Makefile.in
+++ b/src/lib/crypto/os/Makefile.in
@@ -9,13 +9,13 @@ LIBOBJS = @LIBOBJS@
OBJS= rnd_confoun.$(OBJEXT) localaddr.$(OBJEXT) ustime.$(OBJEXT) $(LIBOBJS)
-SRCS= rnd_confoun.c localaddr.c ustime.c
+SRCS= rnd_confoun.c
all:: all-$(WHAT)
all-unix:: $(OBJS)
-all-windows: rnd_confoun.obj localaddr.obj ustime.obj
+all-windows: rnd_confoun.obj
localaddr.c: ..$(S)..$(S)krb5$(S)os$(S)localaddr.c
-$(LN) $(srcdir)$(S)..$(S)..$(S)krb5$(S)os$(S)localaddr.c $@