openssl: remove invalid quotes around x86_64

Thanks for Thomas for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2009-07-29 23:35:41 +02:00
parent 2a966bcd3b
commit 8162f3977a

View 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