Add a missing include file.
Bump PKGREVISION.
This commit is contained in:
parent
e80d4a05fd
commit
1a3ce82d7f
2 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.35 2004/07/09 20:43:47 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2004/08/02 00:57:15 kristerw Exp $
|
||||
#
|
||||
# GNU binutils configured to hold `as many targets as the cross system is
|
||||
# capable of using'. Configures and builds everything except gas, which
|
||||
# gets built at cross-pkg build time (it's target specific).
|
||||
|
||||
DISTNAME= binutils-2.15
|
||||
PKGREVISION= 1
|
||||
PKGNAME= cross-binutils-2.15.0.0
|
||||
CATEGORIES= cross lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
||||
|
@ -69,6 +70,7 @@ do-install:
|
|||
@${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/opcodes/libopcodes.la ${PREFIX}/lib
|
||||
@${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libiberty/libiberty.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/include/ansidecl.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/include/symcat.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/bfd/bfd.h ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/ld/ldscripts/* ${PREFIX}/lib/ldscripts
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cross-env ${BINDIR}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2004/07/09 20:43:47 kristerw Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2004/08/02 00:57:15 kristerw Exp $
|
||||
include/ansidecl.h
|
||||
include/bfd.h
|
||||
include/symcat.h
|
||||
lib/ldscripts/a29k.x
|
||||
lib/ldscripts/a29k.xbn
|
||||
lib/ldscripts/a29k.xn
|
||||
|
|
Loading…
Reference in a new issue