* Makefile.in - added dependency info for hmac_md5.c
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 29 Oct 2001 02:50:27 +0000 (02:50 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 29 Oct 2001 02:50:27 +0000 (02:50 +0000)
          Fixed typo $(OUTP)hmac_md5.c -> $(OUTPRE)hmac_md5.c which prevented
          builds on Windows.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13871 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/keyhash_provider/ChangeLog
src/lib/crypto/keyhash_provider/Makefile.in

index d7986909563696af9387fb2324ac7396d53cfe85..912f102232b0eff61a6a6be71947206da46243c0 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-28  Jeff Altman <jaltman@columbia.edu>
+
+        * Makefile.in - added dependency info for hmac_md5.c
+          Fixed typo $(OUTP)hmac_md5.c -> $(OUTPRE)hmac_md5.c which prevented
+          builds on Windows.
+
 2001-10-23  Sam Hartman  <hartmans@mit.edu>
 
        * t_cksum.c (main): Include usage argument to verify
index 7b758531123acbf4513568547496185c4f7e3b20..2e42a324c88c5cdefa77d50cfc39de4017542a6b 100644 (file)
@@ -18,7 +18,7 @@ RUN_SETUP = @KRB5_RUN_ENV@ KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf
 
 STLIBOBJS= descbc.o k5_md4des.o k5_md5des.o hmac_md5.o
 
-OBJS= $(OUTPRE)descbc.$(OBJEXT) $(OUTPRE)k5_md4des.$(OBJEXT) $(OUTPRE)k5_md5des.$(OBJEXT) $(OUTP)hmac_md5.$(OBJEXT)
+OBJS= $(OUTPRE)descbc.$(OBJEXT) $(OUTPRE)k5_md4des.$(OBJEXT) $(OUTPRE)k5_md5des.$(OBJEXT) $(OUTPRE)hmac_md5.$(OBJEXT)
 
 SRCS= $(srcdir)/descbc.c $(srcdir)/k5_md4des.c $(srcdir)/k5_md5des.c $(srcdir)/hmac_md5.c
 
@@ -73,4 +73,10 @@ k5_md5des.so k5_md5des.po $(OUTPRE)k5_md5des.$(OBJEXT): k5_md5des.c $(SRCTOP)/in
   $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
   $(srcdir)/../des/des_int.h $(srcdir)/../md5/rsa-md5.h \
   keyhash_provider.h
+hmac_md5.so hmac_md5.po $(OUTPRE)hmac_md5.$(OBJEXT): hmac_md5.c $(SRCTOP)/include/k5-int.h \
+  $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
+  $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+  $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
+  $(srcdir)/../arcfour/arcfour-int.h  $(srcdir)/../md5/rsa-md5.h \
+  $(srcdir)/../hash_provider/hash_provider.h keyhash_provider.h