From e6e7de5cdabbbf57bb1abc822617acce70611057 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sun, 24 May 2015 05:42:44 +1000 Subject: [PATCH] link against ISCLIBS --- bin/tests/system/builtin/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/builtin/Makefile.in b/bin/tests/system/builtin/Makefile.in index cafaa8c449..3008d06260 100644 --- a/bin/tests/system/builtin/Makefile.in +++ b/bin/tests/system/builtin/Makefile.in @@ -48,8 +48,8 @@ OBJS = gethostname.@O@ all: gethostname@EXEEXT@ -gethostname@EXEEXT@: ${OBJS} - ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} +gethostname@EXEEXT@: ${OBJS} ${ISCDEPLIBS} + ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} ${ISCLIBS} clean distclean:: rm -f ${TARGETS}