summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-11-02 13:15:06 +0000
committerBen Laurie <ben@openssl.org>2008-11-02 13:15:06 +0000
commit5ee92a5ec1c743b5d3b5d2c7558d0f39e302b7e7 (patch)
tree5d3b507bb2839e732af1acd2bb537ce5302728b5 /crypto/aes/Makefile
parentc76fd290be9e4a755dde3c5fe1ed886a89e30fc6 (diff)
Fix asserts. Fix incorrect dependency.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 8b878ad818..7a55dd6ca5 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -45,8 +45,6 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-$(LIBOBJ): $(LIBSRC)
-
aes-ia64.s: asm/aes-ia64.S
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@