diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-02-04 23:40:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-02-04 23:40:06 +0000 |
commit | 6040c7f0daa411152da72e28908d38afe5fe1585 (patch) | |
tree | daf4bb72c765d30d6fac66a05d0e83d6bd595c6b /devel/binutils | |
parent | 22ea15af639db86af4f32e187d5e16337b31b691 (diff) |
Notes
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 9920993c428e..57c0803f9980 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -80,8 +80,6 @@ post-install: .endif @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \ ${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} -type d | \ - ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} ${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h ${REINPLACE_CMD} '/#include "ansidecl.h"/d' ${STAGEDIR}${PREFIX}/include/bfd.h .else |