From f32b910fcd18af6488d0d7b40001274efdc7565c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Jun 2016 23:10:55 -0700 Subject: loksh: Depend on fetched openbsd sources --- core/loksh/gen.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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\ -- cgit v1.2.3