diff options
| -rw-r--r-- | core/loksh/gen.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/loksh/gen.rc b/core/loksh/gen.rc index 98426444..4a2a647b 100644 --- a/core/loksh/gen.rc +++ b/core/loksh/gen.rc @@ -1,4 +1,6 @@ cflags -I include -idirafter core/openbsd/src/sys -D_GNU_SOURCE + +cc emacs.c '||' '$builddir'/core/openbsd/fetch.stamp exe ksh\ alloc.c\ c_ksh.c\ @@ -6,7 +8,7 @@ exe ksh\ c_test.c\ c_ulimit.c\ edit.c\ - emacs.c\ + emacs.c.o\ eval.c \ exec.c\ expr.c\ |
