]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Quoting of strings is forbid in some "make" implementations
authorDale Weiler <killfieldengine@gmail.com>
Fri, 28 Dec 2012 09:05:14 +0000 (09:05 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 28 Dec 2012 09:05:14 +0000 (09:05 +0000)
Makefile

index fb429a123038ca194eae7dd0e454e1d351511e07..1eefd221f11f40ebaa333192f639f53799e910f8 100644 (file)
--- 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