aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 05:46:21 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 05:46:21 +0000
commitd4801e3429af4c72f3ca38c1bf3c8986aeb386f9 (patch)
treeeb529423819c2d68f195a572f6218e1a82638291 /src/lib/crypto
parent5088347b9dfab7eca7e5395e10af74079b55c832 (diff)
downloadkrb5-d4801e3429af4c72f3ca38c1bf3c8986aeb386f9.zip
krb5-d4801e3429af4c72f3ca38c1bf3c8986aeb386f9.tar.gz
krb5-d4801e3429af4c72f3ca38c1bf3c8986aeb386f9.tar.bz2
Fixed busted Makefile so that it compiles under Windows
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11070 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/keyhash_provider/Makefile.in4
-rw-r--r--src/lib/crypto/sha1/Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in
index c614d4b..806473e 100644
--- a/src/lib/crypto/keyhash_provider/Makefile.in
+++ b/src/lib/crypto/keyhash_provider/Makefile.in
@@ -4,8 +4,8 @@ CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des -I$(srcdir)/../md4 \
-I$(srcdir)/../md5
##DOS##BUILDTOP = ..\..\..
-##DOS##PREFIXDIR=hashkey_provider
-##DOS##OBJFILE=..\hk_pro.lst
+##DOS##PREFIXDIR=keyhash_provider
+##DOS##OBJFILE=..\kh_pro.lst
##WIN16##LIBNAME=..\crypto.lib
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/lib/crypto/sha1/Makefile.in b/src/lib/crypto/sha1/Makefile.in
index abc4793..a89e918 100644
--- a/src/lib/crypto/sha1/Makefile.in
+++ b/src/lib/crypto/sha1/Makefile.in
@@ -4,7 +4,7 @@ CFLAGS = $(CCOPTS) $(DEFS)
##DOS##BUILDTOP = ..\..\..
##DOS##PREFIXDIR=sha1
-##DOS##OBJFILE=..\sha2.lst
+##DOS##OBJFILE=..\sha1.lst
##WIN16##LIBNAME=..\crypto.lib
PROG_LIBPATH=-L$(TOPLIBD)