Missed some dependencies on the PC build in src/lib
authorKeith Vetter <keithv@fusion.com>
Thu, 16 Mar 1995 06:55:13 +0000 (06:55 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 16 Mar 1995 06:55:13 +0000 (06:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5132 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/ChangeLog
src/lib/Makefile.in

index 81546d0117eb686b5312c5b6aae8661ce38785f0..6cca5900bc115d6dff3044d8e7edb9c1f65a569a 100644 (file)
@@ -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.
index 075710f9c14d8818715104d5649b1251f0a33c4a..661b91a2b116356bdc8958448ab6d63e04149a1b 100644 (file)
@@ -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