Commit 8162f397 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

openssl: remove invalid quotes around x86_64



Thanks for Thomas for noticing.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 2a966bcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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