about summary refs log tree commit diff
path: root/src/libutil
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-01-05T19·31-0500
committerJohn Ericson <git@JohnEricson.me>2019-01-05T19·31-0500
commitfef9f5653ba656d0028b5bea8f4e1c6571e5573a (patch)
treece4a00ce7783f244cc374cfd72ded44b84f0238b /src/libutil
parente10d6ed2a7463d8a36b94bfc8769e6aea32c0efd (diff)
Remove mentions of `libformat`, it no longer exists
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/local.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libutil/local.mk b/src/libutil/local.mk
index 21c1e78ccd..3ccc23fd5c 100644
--- a/src/libutil/local.mk
+++ b/src/libutil/local.mk
@@ -7,5 +7,3 @@ libutil_DIR := $(d)
 libutil_SOURCES := $(wildcard $(d)/*.cc)
 
 libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context
-
-libutil_LIBS = libformat