diff options
author | Nathan Vance <natervance@gmail.com> | 2025-09-10 21:12:18 -0400 |
---|---|---|
committer | Nathan Vance <natervance@gmail.com> | 2025-09-10 21:12:18 -0400 |
commit | be5e0541cb0f028c4e78bdcba37428c6c0fefef0 (patch) | |
tree | be7a374bd8f3558f5393e3d0d5ba840c3d28e8f9 /Makefile | |
parent | f909f30cc967bdf4a0f4cb16c47db273cda6ef2b (diff) | |
download | libbible-be5e0541cb0f028c4e78bdcba37428c6c0fefef0.tar.gz libbible-be5e0541cb0f028c4e78bdcba37428c6c0fefef0.tar.bz2 libbible-be5e0541cb0f028c4e78bdcba37428c6c0fefef0.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ exec_prefix ?= $(prefix) libdir ?= $(exec_prefix)/lib bindir ?= $(exec_prefix)/bin includedir ?= $(prefix)/include -completions ?= `pkg-config --variable=completionsdir bash-completion` +completions ?= $(shell pkg-config --variable=completionsdir bash-completion) $(EXECUTABLE): $(OBJECTS) libbible $(CXX) $(OBJECTS) -o $@ $(LDFLAGS) -Lsrc/lib -lbible |