From: Austin Clements Date: Tue, 13 Aug 2013 19:52:17 +0000 (-0400) Subject: test: Make symbol-test depend on libnotmuch.so X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-old;a=commitdiff_plain;h=a7696844f01ed68377a8c458549879996294c2e6 test: Make symbol-test depend on libnotmuch.so Without this $ make -j test intermittently fails and $ make clean; make test/symbol-test always fails (not that anybody would do the latter). --- diff --git a/test/Makefile.local b/test/Makefile.local index 2ec65956..8870ca37 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -27,7 +27,7 @@ $(dir)/random-corpus: $(random_corpus_deps) $(dir)/smtp-dummy: $(smtp_dummy_modules) $(call quiet,CC) $^ -o $@ -$(dir)/symbol-test: $(dir)/symbol-test.o +$(dir)/symbol-test: $(dir)/symbol-test.o lib/$(LINKER_NAME) $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS) $(dir)/parse-time: $(dir)/parse-time.o parse-time-string/parse-time-string.o