diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-17 00:05:36 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-17 00:06:52 -0700 |
| commit | 49c2d3507ca26b03eebf339444d4ba9fd5112aa3 (patch) | |
| tree | 56b8b71a98d089037946285c29875e7b447f1c51 /core/sinit | |
| parent | 22e7f1a6de75218591090a2ca86c60fdfad7715c (diff) | |
Make $srcdir refer to the src directory, and add $dir for the directory containing gen.rc
Diffstat (limited to 'core/sinit')
| -rw-r--r-- | core/sinit/gen.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/sinit/gen.rc b/core/sinit/gen.rc index 8cfe44b7..556d5564 100644 --- a/core/sinit/gen.rc +++ b/core/sinit/gen.rc @@ -1,9 +1,9 @@ cflags -Wall -Wextra -I '$outdir' -build '$outdir'/config.h copy '$srcdir'/src/config.def.h +build '$outdir'/config.h copy '$srcdir'/config.def.h cc sinit.c '||' '$outdir'/stamp link sinit sinit.c.o file bin/sinit '$outdir'/sinit 755 -file share/man/man8/sinit.8 '$srcdir'/src/sinit.8 644 +file share/man/man8/sinit.8 '$srcdir'/sinit.8 644 stamp config.h |
