diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-05-18 00:43:27 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-05-18 00:43:27 +0000 |
commit | 2816042c4c0faa737798cb877bbcdcebcda167d6 (patch) | |
tree | 94193f5345af3533e0f00ae83c3de6c48396205b /gnu/usr.bin/binutils/Makefile.bsd-wrapper | |
parent | 10234038039b2abd0805eb94f0e9500330f4541e (diff) |
install gdb and related info files
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 12b73e9c398..6408ccbfe9d 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.22 1998/04/01 04:30:14 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.23 1998/05/18 00:43:21 marc Exp $ SUBDIRS= libiberty opcodes bfd MAN= @@ -42,10 +42,10 @@ config: .FORCE .ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache .endif - sh ${.CURDIR}/configure --prefix=/usr --disable-gdbtk ${CF} + sh ${.CURDIR}/configure --prefix=/usr --infodir=/usr/share/info --disable-gdbtk ${CF} config.status: - sh ${.CURDIR}/configure --prefix=/usr --disable-gdbtk ${CF} + sh ${.CURDIR}/configure --prefix=/usr --infodir=/usr/share/info --disable-gdbtk ${CF} .ifdef NOMAN maninstall: @@ -56,7 +56,7 @@ install: maninstall ${MAKE} prefix=${DESTDIR}/usr infodir=${DESTDIR}/usr/share/info \ bindir=${DESTDIR}/usr/bin INSTALL_MAN= SUBDIRS="${SUBDIRS}" \ ALL_MODULES="${ALL_MODULES}" INSTALL_MODULES="${INSTALL_MODULES}" \ - install + install install-info clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi |