diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-03-16 06:55:13 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-03-16 06:55:13 +0000 |
| commit | 7d85ce78627c6dbd5f78c516385166272af76eb3 (patch) | |
| tree | 60c24d239a43e359b8e2c984ebbcf9b69a636eeb /src/lib/Makefile.in | |
| parent | 7c90d61b0cee74710c248427fb7d44769c712873 (diff) | |
| download | krb5-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.in | 2 |
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 |
