diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-08 16:48:12 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-05-08 16:48:12 +0000 |
commit | a59bbd6fca5a2e52f563b73f41db32192aa91582 (patch) | |
tree | 013b970ee16503756ec528ee2f011d86ee655778 /gnu/usr.bin/binutils/Makefile.bsd-wrapper | |
parent | 584e4fed1fb6695c8603287739b1b68ef791f48c (diff) |
No more need to build this gprof on ELF archs. We use the native one now.
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index e996802c9b9..c5277027bd7 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.45 2002/04/02 21:56:33 fgsch Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2002/05/08 16:48:11 art Exp $ NEW_BINUTILS=alpha mips powerpc hppa sparc64 @@ -25,11 +25,11 @@ INSTALL_X11_MODULES+=install-gdb .for _arch in ${MACHINE_ARCH} . if !empty(NEW_BINUTILS:M${_arch}) -SUBDIRS+= binutils ld gas gprof +SUBDIRS+= binutils ld gas MAN+= binutils/ar.1 binutils/nm.1 \ binutils/objcopy.1 binutils/ranlib.1 \ binutils/size.1 binutils/strings.1 binutils/strip.1 \ - gas/doc/as.1 gprof/gprof.1 ld/ld.1 + gas/doc/as.1 ld/ld.1 . endif .endfor |