diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /lang/egcs | |
parent | c8d78958955dc56f6c297504b1242b12275acaaa (diff) |
Notes
Diffstat (limited to 'lang/egcs')
-rw-r--r-- | lang/egcs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index fbd2ffa1c8d9..fd99a69b3edb 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -99,9 +99,6 @@ post-install: ${MV} -f ${PREFIX}/lib/libstdc++.so* \ ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV} .endif -.for info in cpp g77 gcc - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor cd ${PREFIX} ;\ ${FIND} lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV} \ -type f -o -type l >${WRKDIR}/PLIST.gcc-lib |