From 93455da36d8b432833b472fadf588d8d3cdfd49a Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 26 Jul 2002 00:27:12 +0000 Subject: Obey LDSTATIC for the helper binaries. --- lib/libcurses/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcurses/Makefile') diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index a3e76e6c581..b5bc47318e4 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2002/06/24 18:03:30 tholo Exp $ +# $OpenBSD: Makefile,v 1.50 2002/07/26 00:27:11 art Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -214,10 +214,10 @@ init_keytry.h: make_keys ${.CURDIR}/tinfo/keys.list ./make_keys ${.CURDIR}/tinfo/keys.list > ${.TARGET} make_keys: ${.CURDIR}/tinfo/make_keys.c names.c - ${HOSTCC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/tinfo/make_keys.c ${LDADD} + ${HOSTCC} ${LDSTATIC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/tinfo/make_keys.c ${LDADD} make_hash: ${.CURDIR}/tinfo/comp_hash.c ${.CURDIR}/hashsize.h - ${HOSTCC} ${CFLAGS} -DMAIN_PROGRAM ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/tinfo/comp_hash.c ${LDADD} + ${HOSTCC} ${LDSTATIC} ${CFLAGS} -DMAIN_PROGRAM ${LDFLAGS} -o ${.TARGET} ${.CURDIR}/tinfo/comp_hash.c ${LDADD} expanded.c: ${.CURDIR}/term.h ${.CURDIR}/curses.priv.h ${.CURDIR}/tty/MKexpanded.sh sh ${.CURDIR}/tty/MKexpanded.sh "${CPP}" ${CPPFLAGS} > ${.TARGET} -- cgit v1.2.3