make(1) can now handle spaces surrounding parenthesis correctly.
This commit is contained in:
parent
0cd7b33bf3
commit
f258f151cd
@ -21,7 +21,7 @@ CFLAGS+=${CRUNCH_CFLAGS}
|
||||
STRIP?= -s
|
||||
.endif
|
||||
|
||||
.if defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" )
|
||||
.if defined(NOSHARED) && (${NOSHARED} != "no" && ${NOSHARED} != "NO")
|
||||
LDFLAGS+= -static
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user