diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-07-12 23:00:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-07-12 23:00:08 +0000 |
commit | 0b9f81484528332c991b6c89ef110cfee0e48f9a (patch) | |
tree | 038acae09fae9c0e272559439178dd332ea55fa7 /gnu/lib | |
parent | 0391bfbec304898987c1156e0f56c6f5b89dba9c (diff) |
makeinfo --no-split, simplifies sets immensely.
Approved deraadt@, kettenis@
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libiberty/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libiberty/Makefile.bsd-wrapper b/gnu/lib/libiberty/Makefile.bsd-wrapper index 0222383cac2..6642f888512 100644 --- a/gnu/lib/libiberty/Makefile.bsd-wrapper +++ b/gnu/lib/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2004/09/18 20:55:16 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2006/07/12 23:00:07 espie Exp $ LIB= iberty CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR) -I$(.CURDIR)/include -I$(.OBJDIR) @@ -43,6 +43,7 @@ needed-list: config.status config.status: Makefile.in configure PATH="/bin:/usr/bin:/sbin:/usr/sbin" \ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \ + MAKEINFO='makeinfo --no-split' \ /bin/sh ${.CURDIR}/src/configure \ --prefix=/usr --with-local-prefix=/usr ${CF} \ && touch config.status |