summaryrefslogtreecommitdiff
path: root/lib/libcurses
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-07-26 00:27:12 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-07-26 00:27:12 +0000
commit93455da36d8b432833b472fadf588d8d3cdfd49a (patch)
tree40556f367414b022196ccf366eeea92c61e3a851 /lib/libcurses
parent9a336ab45a116f9670bb929a2d0c2fdd66556376 (diff)
Obey LDSTATIC for the helper binaries.
Diffstat (limited to 'lib/libcurses')
-rw-r--r--lib/libcurses/Makefile6
1 files changed, 3 insertions, 3 deletions
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}