summaryrefslogtreecommitdiff
path: root/core/ubase
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-11-19 21:08:27 -0800
committerMichael Forney <mforney@mforney.org>2016-11-20 16:14:20 -0800
commit653510bb8b3db5a280576cb00445fbdc8d49b88a (patch)
tree7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/ubase
parentde4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff)
Various style fixes
Diffstat (limited to 'core/ubase')
-rw-r--r--core/ubase/gen.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/ubase/gen.rc b/core/ubase/gen.rc
index 0b97ce35..1d67f79c 100644
--- a/core/ubase/gen.rc
+++ b/core/ubase/gen.rc
@@ -1,9 +1,9 @@
cflags\
- -std'='c99 -pedantic\
+ '-std=c99' -pedantic\
-Wall -Wextra -Wno-maybe-uninitialized\
- -D_GNU_SOURCE\
- -D_XOPEN_SOURCE'='700\
- -D_FILE_OFFSET_BITS'='64\
+ -D _GNU_SOURCE\
+ -D '_XOPEN_SOURCE=700' \
+ -D '_FILE_OFFSET_BITS=64' \
-I '$outdir'
build '$outdir/config.h' copy '$srcdir/config.def.h'