diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-27 22:07:24 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-27 22:14:07 -0700 |
| commit | 07363d93857cddfba7179aaef4bc8bb5e7467c29 (patch) | |
| tree | 3cdb243384ff4223fdf72cbeccf96996c01774d4 /core/git | |
| parent | 0f7d6add806eb12abd670fe84c37b168aa23b209 (diff) | |
Run gen.rc from $dir, not $srcdir
Diffstat (limited to 'core/git')
| -rw-r--r-- | core/git/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/git/gen.rc b/core/git/gen.rc index 55919144..9258008f 100644 --- a/core/git/gen.rc +++ b/core/git/gen.rc @@ -7,7 +7,7 @@ cflags\ -I '$outdir' rule cmdlist 'oldcwd=$$PWD && cd $srcdir && ./generate-cmdlist.sh $$oldcwd/$in >$$oldcwd/$out.tmp && mv $$oldcwd/$out.tmp $$oldcwd/$out' -build '$outdir'/common-cmds.h cmdlist '$srcdir'/command-list.txt '|' '$srcdir'/Documentation/`{grep -v '^#' ../commands.txt} +build '$outdir'/common-cmds.h cmdlist '$srcdir'/command-list.txt '|' '$srcdir'/Documentation/`{grep -v '^#' commands.txt} deps=phony/core/^(curl libressl zlib)^/headers |
