summaryrefslogtreecommitdiff
path: root/core/git
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-27 01:23:03 -0700
committerMichael Forney <mforney@mforney.org>2016-06-27 01:23:03 -0700
commit076e97aee176afce9c51eef9c5cd39bbf0609b92 (patch)
tree5a5c6d9538642e53988d79efc45c38194e99f045 /core/git
parent1f48964d15334a14de99fb4985077e3523f6f9ef (diff)
Reformulate "let" helper into "with"
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 0c77eba4..a5f5ad29 100644
--- a/core/git/gen.rc
+++ b/core/git/gen.rc
@@ -12,7 +12,7 @@ build '$outdir'/common-cmds.h cmdlist '$srcdir'/command-list.txt '|' '$srcdir'/$
deps=phony/core/^(curl libressl zlib)^/headers
-let cflags '$cflags ''-DPREFIX=""''' -- cc exec_cmd.c
+cc exec_cmd.c ; with cflags '$cflags ''-DPREFIX=""'''
# src/Makefile:/^LIB_OBJS.\+=
lib libgit.a -d $"deps\