File is engines/Makefile, issue present in 1.0.0e
 
 

--- openssl/engines/Makefile	2011-12-16 10:33:49.653870467 +0100
+++ openssl/engines/Makefile.orig	2011-12-16 10:38:15.328958134 +0100
@@ -11,7 +11,7 @@
 AR=		ar r
 ENGDIRS= ccgost
 
-RECURSIVE_MAKE=	[ -z "$(ENGDIRS)" ] || for i in "$(ENGDIRS)" ; do \
+RECURSIVE_MAKE=	[ -z "$(ENGDIRS)" ] || for i in $(ENGDIRS) ; do \
 		    (cd $$i && echo "making $$target in $(DIR)/$$i..." && \
 		    $(MAKE) -e TOP=../.. DIR=$$i $$target ) || exit 1; \
 		done;

Reply via email to