mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
libu2s: Remove library dependency
Commitaefc8cd3ff("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:
+1
-1
@@ -6,7 +6,7 @@ all: $(lib)
|
||||
|
||||
objects = u2s.o
|
||||
|
||||
$(lib): $(objects) $(rootdir)/libutil/libutil.a
|
||||
$(lib): $(objects)
|
||||
|
||||
install: all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user