diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/crypto/builtin/aes/Makefile.in | 2 |
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 |