summarylogtreecommitdiffstats
path: root/kitgen-cflags-quoting.patch
blob: 46e7430be9fe896bbf5728f44e1b10f4989e75da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/makefile.include b/makefile.include
index b01af64..1b1e97f 100644
--- a/makefile.include
+++ b/makefile.include
@@ -102,7 +102,7 @@ ifeq ($(PLAT),win)
 	cp libz.a ../lib/libz.a && \
 	cp zlib.h zconf.h ../include/
 else
-	cd $@ && CC=$(CC) CFLAGS=$(CFLAGS) sh configure && \
+	cd $@ && CC=$(CC) CFLAGS="$(CFLAGS)" sh configure && \
 	$(MAKE) install prefix=..
 endif