From 4d008849f709037806dd63c2cc61e83f496a3421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Tue, 11 Dec 2018 15:23:53 +0100 Subject: [PATCH] libu2s: Remove library dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit aefc8cd3ff81 ("libutil/libu2s: Move strlcpy() implementation to libutils") added a dependency to libutil. This is not necessary and could potentially lead to parallel build errors. Remove the dependency. Fixes: aefc8cd3ff81 ("libutil/libu2s: Move strlcpy() implementation to libutils") Signed-off-by: Jan Höppner --- libu2s/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libu2s/Makefile b/libu2s/Makefile index 3e12a75e..160eadf3 100644 --- a/libu2s/Makefile +++ b/libu2s/Makefile @@ -6,7 +6,7 @@ all: $(lib) objects = u2s.o -$(lib): $(objects) $(rootdir)/libutil/libutil.a +$(lib): $(objects) install: all