summaryrefslogtreecommitdiff
path: root/core/git
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-27 22:07:24 -0700
committerMichael Forney <mforney@mforney.org>2016-06-27 22:14:07 -0700
commit07363d93857cddfba7179aaef4bc8bb5e7467c29 (patch)
tree3cdb243384ff4223fdf72cbeccf96996c01774d4 /core/git
parent0f7d6add806eb12abd670fe84c37b168aa23b209 (diff)
Run gen.rc from $dir, not $srcdir
Diffstat (limited to 'core/git')
-rw-r--r--core/git/gen.rc2
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