diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-22 18:30:19 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-23 21:43:33 -0700 |
| commit | e5cfa84477427cc8233ff18ab235c4eb88c1d7d2 (patch) | |
| tree | 459b348d4572b8c178ab157c2b257dd22f25b4d2 /pkg/loksh/gen.lua | |
| parent | 6026883449f412761b4cf066585c2ec1d1f28f6f (diff) | |
Move $outdir/fetch.stamp -> $dir/fetch
Diffstat (limited to 'pkg/loksh/gen.lua')
| -rw-r--r-- | pkg/loksh/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/loksh/gen.lua b/pkg/loksh/gen.lua index 70fc04d9..90c57458 100644 --- a/pkg/loksh/gen.lua +++ b/pkg/loksh/gen.lua @@ -4,7 +4,7 @@ cflags{ '-idirafter pkg/openbsd/src/sys', } -cc('emacs.c', {'$builddir/pkg/openbsd/fetch.stamp'}) +cc('emacs.c', {'pkg/openbsd/fetch'}) exe('ksh', { 'alloc.c', 'c_ksh.c', |
