From fef9f5653ba656d0028b5bea8f4e1c6571e5573a Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sat, 5 Jan 2019 14:31:29 -0500 Subject: Remove mentions of `libformat`, it no longer exists --- src/libutil/local.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libutil') diff --git a/src/libutil/local.mk b/src/libutil/local.mk index 21c1e78ccde1..3ccc23fd5c1b 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 -- cgit 1.4.1