Whitespace cleanup (1.15 had spaces instead of tabs)
This commit is contained in:
parent
9820f41cd3
commit
a3f59e65f1
@ -11,13 +11,13 @@
|
||||
.if !defined(NO_WARNS)
|
||||
. if defined(CSTD)
|
||||
. if ${CSTD} == "k&r"
|
||||
CFLAGS += -traditional
|
||||
CFLAGS += -traditional
|
||||
. elif ${CSTD} == "c89" || ${CSTD} == "c90"
|
||||
CFLAGS += -std=iso9899:1990
|
||||
CFLAGS += -std=iso9899:1990
|
||||
. elif ${CSTD} == "c94" || ${CSTD} == "c95"
|
||||
CFLAGS += -std=iso9899:199409
|
||||
CFLAGS += -std=iso9899:199409
|
||||
. elif ${CSTD} == "c99"
|
||||
CFLAGS += -std=iso9899:1999
|
||||
CFLAGS += -std=iso9899:1999
|
||||
. else
|
||||
CFLAGS += -std=${CSTD}
|
||||
. endif
|
||||
|
Loading…
Reference in New Issue
Block a user