From 936db3a1af4681dff17cefb1af52e30f6a4aef63 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 23 Apr 2016 16:31:00 -0700 Subject: git: Use acme-style links to source lists --- core/git/gen.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/git') diff --git a/core/git/gen.rc b/core/git/gen.rc index 2f3474e6..f5749cb7 100644 --- a/core/git/gen.rc +++ b/core/git/gen.rc @@ -17,7 +17,7 @@ let cflags '$cflags -DGIT_LOCALE_PATH=\"/share/locale\"' -- cc gettext.c let cflags '$cflags -DETC_GITCONFIG=\"/etc/gitconfig\"' -- cc config.c let cflags '$cflags -DGIT_EXEC_PATH=\"libexec/git-core\" -DPREFIX=\"\"' -- cc exec_cmd.c -# LIB_OBJS +# src/Makefile:/^LIB_OBJS.*\.o$ lib libgit.a -d phony/core/zlib/headers\ abspath.c\ advice.c\ @@ -181,7 +181,7 @@ lib libgit.a -d phony/core/zlib/headers\ block-sha1/sha1.c\ thread-utils.c -# XDIFF_OBJS +# src/Makefile:/^XDIFF_OBJS.*\.o$ lib libxdiff.a xdiff/^(\ xdiffi.c\ xprepare.c\ @@ -201,7 +201,7 @@ extra_cflags=(\ ) let cflags '$cflags '$"extra_cflags -- cc git.c let cflags '$cflags '$"extra_cflags -- cc builtin/help.c -# BUILTIN_OBJS +# src/Makefile:/^BUILTIN_OBJS.*\.o$ exe git git.c.o builtin/^(\ add.c\ am.c\ @@ -315,7 +315,7 @@ fn x { file libexec/git-core/git-$name '$outdir'/git-$name 755 } -# PROGRAM_OBJS +# src/Makefile:/^PROGRAM_OBJS.*\.o$ x credential-store x daemon x fast-import -- cgit v1.2.3