diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-08 15:24:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-08 15:24:34 +0000 |
commit | 8b115343ad84ec21ae420703a997ee5c6c9c96db (patch) | |
tree | 4935b9620e1bbb8a36a4269589c05991bfac9dc1 /devel/binutils | |
parent | 1e510a8dae850e9c0f874de74d5cd9d119ecd17b (diff) |
Notes
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index ff773de30876..1396e660f9b5 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -76,5 +76,6 @@ post-install: ${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 .include <bsd.port.mk> |