summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ChangeLog4
-rw-r--r--src/lib/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index 81546d011..6cca5900b 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 15 22:45:33 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: I had missed some dependencies on the PC build.
+
Wed Mar 15 20:45:33 1995 Keith Vetter (keithv@fusion.com)
* libkrb5.def, winsock.def, win_glue.c: new files for making DLL.
diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in
index 075710f9c..661b91a2b 100644
--- a/src/lib/Makefile.in
+++ b/src/lib/Makefile.in
@@ -30,7 +30,7 @@ LIBS = $(CLIB) $(KLIB) $(ETLIB) $(WLIB)
# Fast: is a faster way to make things on the PC. Unfortunately it requires
# the unix utility sed so it can't be part of the final production release.
#
-fast:
+fast: win_glue.obj winsock.lib
$(RM) libkrb5.lib libkrb5.dll
cd crypto
$(MAKE) -$(MFLAGS) LIBCMD=rem