summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-01-09 17:57:11 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-01-09 17:57:11 +0000
commitfc41283a6f31889cd1286864915434c8f6abf902 (patch)
tree1f8f6f53b1de062940c930f99ee702c97b0a7971 /gnu/usr.bin/binutils
parentb250c52a54a49bc627cbf7bd108c48fd3d2df065 (diff)
gprof heads the same set of conditions as gas&friends.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 79f73d6f9ce..a670b9b2f22 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.28 1998/10/18 20:02:29 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.29 1999/01/09 17:57:10 espie Exp $
SUBDIRS= libiberty opcodes bfd
MAN=
@@ -12,17 +12,13 @@ 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
+SUBDIRS+= binutils ld gas gprof
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") || (${MACHINE_ARCH} == "alpha")
-SUBDIRS+= gprof
-.endif
-
# Used by the GNU Makefile
ALL_MODULES=${SUBDIRS:S/^/all-/g}
INSTALL_MODULES=${SUBDIRS:S/^/install-/g}