libu2s: Remove library dependency

Commit aefc8cd3ff ("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: aefc8cd3ff ("libutil/libu2s: Move strlcpy() implementation to libutils")
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2018-12-11 15:23:53 +01:00
parent d921c230ab
commit 4d008849f7
+1 -1
View File
@@ -6,7 +6,7 @@ all: $(lib)
objects = u2s.o
$(lib): $(objects) $(rootdir)/libutil/libutil.a
$(lib): $(objects)
install: all