From: Dale Weiler Date: Fri, 28 Dec 2012 09:05:14 +0000 (+0000) Subject: Quoting of strings is forbid in some "make" implementations X-Git-Tag: before-library~462 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=dbb7a87fd84467166f27c80584bd5da0d785b8eb Quoting of strings is forbid in some "make" implementations --- diff --git a/Makefile b/Makefile index fb429a1..1eefd22 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ ifneq ("$(MINGW)", "") else #arm support for linux .. we need to allow unaligned accesses #to memory otherwise we just segfault everywhere - ifneq (, $(findstring $(shell uname -m), "arm")) + ifneq (, $(findstring $(shell uname -m), arm)) CFLAGS += -munaligned-access endif