svn rev #22873: trunk/src/lib/crypto/builtin/aes/

ghudson@MIT.EDU ghudson at MIT.EDU
Fri Oct 9 13:18:50 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22873
Commit By: ghudson
Log Message:
Get aes-gen to build again (for the default back end, at least).



Changed Files:
U   trunk/src/lib/crypto/builtin/aes/Makefile.in
Modified: trunk/src/lib/crypto/builtin/aes/Makefile.in
===================================================================
--- trunk/src/lib/crypto/builtin/aes/Makefile.in	2009-10-09 14:21:04 UTC (rev 22872)
+++ trunk/src/lib/crypto/builtin/aes/Makefile.in	2009-10-09 17:18:50 UTC (rev 22873)
@@ -45,7 +45,7 @@
 
 depend:: $(SRCS)
 
-aes-gen: aes-gen.o $(GEN_OBJS)
+../../$(CIMPL)/aes-gen: ../../$(CIMPL)/aes-gen.o $(GEN_OBJS)
 	$(CC_LINK) -I../../../../include $(LOCALINCLUDES) -o ../../$(CIMPL)/aes-gen ../../$(CIMPL)/aes-gen.o $(GEN_OBJS)
 
 run-aes-gen: ../../$(CIMPL)/aes-gen




More information about the cvs-krb5 mailing list