diff options
| author | David Bremner <david@tethera.net> | 2026-02-20 08:07:50 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-03-07 21:06:57 +0900 |
| commit | 076d597308bef11bd0a13977c1d5516beed2ed4c (patch) | |
| tree | 8feaa4862d76318fc33cd7815a57d33b37b40451 | |
| parent | e211ccc9317b67102c6d8d3f6e2f2737e93388f7 (diff) | |
cli/git-remote: add libnotmuch shared library as dependency
In [1], Anton mentioned encountering a race condition in the build
system, and suggested this fix.
[1]: id:177149756401.20239.4570498044656906075@lain.khirnov.net
| -rw-r--r-- | Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local index 2eb0ead8..828e58ef 100644 --- a/Makefile.local +++ b/Makefile.local @@ -276,7 +276,7 @@ notmuch-shared: $(notmuch_client_modules) lib/$(LINKER_NAME) git-remote-notmuch: git-remote-notmuch.o status.o tag-util.o query-string.o lib/libnotmuch.a util/libnotmuch_util.a parse-time-string/libparse-time-string.a $(call quiet,CXX $(CFLAGS)) $^ $(FINAL_LIBNOTMUCH_LDFLAGS) -o $@ -git-remote-notmuch-shared: git-remote-notmuch.o status.o tag-util.o query-string.o +git-remote-notmuch-shared: git-remote-notmuch.o status.o tag-util.o query-string.o lib/$(LINKER_NAME) $(call quiet,$(FINAL_NOTMUCH_LINKER) $(CFLAGS)) $^ $(FINAL_NOTMUCH_LDFLAGS) -o $@ .PHONY: install |
