deps: "+=" implies an added space

This commit is contained in:
Cody P Schafer
2014-11-05 15:54:55 -05:00
parent 0cee21af6a
commit 0d4a4424da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,4 +17,4 @@
# --enable-hidden-symbols \
#"
CFLAGS +=" -fPIC"
CFLAGS += "-fPIC"
+1 -1
View File
@@ -1,3 +1,3 @@
# cargo tries to build a shared object using several static objects, one of
# which includes the contenst of zlib (zutil.o)
CFLAGS += " -fPIC"
CFLAGS += "-fPIC"