Author: jfrederic.clere(a)jboss.com
Date: 2013-01-15 05:04:55 -0500 (Tue, 15 Jan 2013)
New Revision: 3000
Modified:
trunk/build/patch/openssl-1.0.1c.patch
Log:
Oops spacess / tabs problems...
Modified: trunk/build/patch/openssl-1.0.1c.patch
===================================================================
--- trunk/build/patch/openssl-1.0.1c.patch 2013-01-15 09:50:25 UTC (rev 2999)
+++ trunk/build/patch/openssl-1.0.1c.patch 2013-01-15 10:04:55 UTC (rev 3000)
@@ -26,15 +26,14 @@
# WIN32 UNICODE build gets linked with unicows.lib for
# backward compatibility with Win9x.
$ex_libs="unicows.lib $ex_libs" if ($FLAVOR =~ /WIN32/ and $cflags =~
/\-DUNICODE/);
---- engines/Makefile
-+++ engines/Makefile
+---
Makefile.org 2013-01-15 11:01:45.241463537 +0100
++++ Makefile 2013-01-15 11:02:33.231013924 +0100
@@ -11,7 +11,7 @@
- AR= ar r
+ 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;
-
+
+-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;