From c2399020336ed4f02b55c495cc3825dcf4c5c686 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 6 Jun 1998 08:08:00 +0000 Subject: disable gprof on alpha... again.. texinfo problems --- gnu/usr.bin/binutils/Makefile.bsd-wrapper | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper') diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 6408ccbfe9d..7dce864f35f 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.23 1998/05/18 00:43:21 marc Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.24 1998/06/06 08:07:59 deraadt Exp $ SUBDIRS= libiberty opcodes bfd MAN= @@ -12,13 +12,17 @@ MAN+= gdb/gdb.1 # some ports use all of binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ (${MACHINE_ARCH} == "powerpc") -SUBDIRS+= binutils ld gas gprof +SUBDIRS+= binutils ld gas MAN+= binutils/ar.1 binutils/nm.1 \ binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \ binutils/size.1 binutils/strings.1 binutils/strip.1 \ gas/doc/as.1 gprof/gprof.1 ld/ld.1 .endif +.if (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "powerpc") +SUBDIRS+= gprof +.endif + # Used by the GNU Makefile ALL_MODULES=${SUBDIRS:S/^/all-/g} INSTALL_MODULES=${SUBDIRS:S/^/install-/g} -- cgit v1.2.3