To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"

*sigh* Just can't get a brake when trying to react too quickly and fix the build.
This commit is contained in:
David E. O'Brien 2003-06-02 01:01:42 +00:00
parent e404e36b27
commit 479b54330b

View File

@ -8,7 +8,7 @@
# for GCC: http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143
#CSTD ?= c99
CSTD ?=
.if ${CSTD} != ""
. if ${CSTD} == "k&r"
CFLAGS += -traditional