openssl: remove invalid quotes around x86_64
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 29 Jul 2009 21:35:41 +0000 (23:35 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 29 Jul 2009 21:35:41 +0000 (23:35 +0200)
Thanks for Thomas for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/openssl/openssl.mk

index 16938f47fc42ac17001bd12d066e1d99b397555f..8c24db19f74b5500d4c7263009967615db48867e 100644 (file)
@@ -18,7 +18,7 @@ endif
 ifeq ($(ARCH),powerpc)
 OPENSSL_TARGET_ARCH=ppc
 endif
-ifeq ($(ARCH),"x86_64")
+ifeq ($(ARCH),x86_64)
 OPENSSL_TARGET_ARCH=x86_64
 endif