components/openssl/openssl-1.0.1/Makefile
changeset 1489 bad87e4131b9
parent 1444 45cb7c6c7aa2
child 1641 2fc479afcf70
--- a/components/openssl/openssl-1.0.1/Makefile	Fri Sep 27 00:13:38 2013 -0700
+++ b/components/openssl/openssl-1.0.1/Makefile	Fri Sep 27 15:22:40 2013 -0700
@@ -175,8 +175,7 @@
 # not available in the stand-alone environment of wanboot.
 COMPONENT_PRE_BUILD_ACTION = \
     ( echo "Cloning engines..."; \
-      $(LN) -fs $(COMPONENT_DIR)/engines/devcrypto/*.[ch]	$(@D)/engines; \
-      $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*.[ch]		$(@D)/crypto/engine; \
+      $(LN) -fs $(COMPONENT_DIR)/engines/pkcs11/*.[ch]		$(@D)/engines; \
       $(LN) -fs $(COMPONENT_DIR)/wanboot-openssl/wanboot-stubs.c	$(@D)/crypto; \
       $(LN) -fs $(COMPONENT_DIR)/inline-t4/sparc_arch.h		$(@D)/crypto/; \
       $(LN) -fs $(COMPONENT_DIR)/inline-t4/md5-sparcv9.pl		$(@D)/crypto/md5/asm; \