mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
I've met cases when the make's default rule for linking was used instead omitting the ALL_LDFLAGS variable. The linking rule from common.mak is defined for linking *.o files only, here we have libutil.a too. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/35 Signed-off-by: Dan Horák <dan@danny.cz> Acked-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>