diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/loksh | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/loksh')
| -rw-r--r-- | core/loksh/gen.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/loksh/gen.rc b/core/loksh/gen.rc index 4a2a647b..9f8ab699 100644 --- a/core/loksh/gen.rc +++ b/core/loksh/gen.rc @@ -1,4 +1,7 @@ -cflags -I include -idirafter core/openbsd/src/sys -D_GNU_SOURCE +cflags\ + -D _GNU_SOURCE\ + -I include\ + -idirafter core/openbsd/src/sys cc emacs.c '||' '$builddir'/core/openbsd/fetch.stamp exe ksh\ |
