From 07363d93857cddfba7179aaef4bc8bb5e7467c29 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Jun 2016 22:07:24 -0700 Subject: Run gen.rc from $dir, not $srcdir --- core/git/gen.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/git') 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 -- cgit v1.2.3