summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-10-09 17:18:50 +0000
committerGreg Hudson <ghudson@mit.edu>2009-10-09 17:18:50 +0000
commit6ad74ac369b09df7d29ca8e09b0af946b4819523 (patch)
treebdc57c64f25ab9f1b7f55bbc70b7cf81abbf89ab /src
parent9cbd0192b06df4ea10d1e06c8a36fd08ed681a53 (diff)
downloadkrb5-6ad74ac369b09df7d29ca8e09b0af946b4819523.tar.gz
krb5-6ad74ac369b09df7d29ca8e09b0af946b4819523.tar.xz
krb5-6ad74ac369b09df7d29ca8e09b0af946b4819523.zip
Get aes-gen to build again (for the default back end, at least)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22873 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/builtin/aes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/builtin/aes/Makefile.in b/src/lib/crypto/builtin/aes/Makefile.in
index 42cd1175c..a39e7df92 100644
--- a/src/lib/crypto/builtin/aes/Makefile.in
+++ b/src/lib/crypto/builtin/aes/Makefile.in
@@ -45,7 +45,7 @@ includes:: depend
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