summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.in
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-16 06:55:13 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-16 06:55:13 +0000
commit7d85ce78627c6dbd5f78c516385166272af76eb3 (patch)
tree60c24d239a43e359b8e2c984ebbcf9b69a636eeb /src/lib/Makefile.in
parent7c90d61b0cee74710c248427fb7d44769c712873 (diff)
downloadkrb5-7d85ce78627c6dbd5f78c516385166272af76eb3.tar.gz
krb5-7d85ce78627c6dbd5f78c516385166272af76eb3.tar.xz
krb5-7d85ce78627c6dbd5f78c516385166272af76eb3.zip
Missed some dependencies on the PC build in src/lib
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5132 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/Makefile.in')
-rw-r--r--src/lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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