Browse Source

Don't install libbfd and libopcodes and the associated headers.

They really are just a way to share common code between gdb and binutils
(which in the GNU world are seperate packages).  The developers (and I'm
one of them) make absolutely no effert to maintain a stable API/ABI.
If ports people really need libbfd or libopcodes, they should just
package a suitable version.
ok weingart@, deraadt@
OPENBSD_4_5
kettenis 16 years ago
parent
commit
d35f2d3adb
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/include/Makefile

+ 3
- 3
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.144 2008/06/04 21:12:50 deraadt Exp $
# $OpenBSD: Makefile,v 1.145 2008/08/22 13:02:53 kettenis Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -51,11 +51,11 @@ RDIRS= ../lib/libpthread ../lib/libcompat ../lib/libcurses \
PRDIRS=
# Directories with an includes target that use Makefile.bsd-wrapper
WDIRS= ../usr.sbin/httpd ../gnu/usr.bin/binutils
WDIRS= ../usr.sbin/httpd
# Places using Makefile.bsd-wrapper that needs a prerequisite target met
# before includes
PWDIRS= ../gnu/usr.bin/binutils
PWDIRS=
.if ${USE_GCC3:L} == "yes"
WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \


Loading…
Cancel
Save