diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch) | |
tree | e71361bd9b444ba7023f9cd67d84c57b9e62eead /lang/gcc30/Makefile | |
parent | Remove install-info from Makefile, it's automatically done when INFO is defined (diff) |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to '')
-rw-r--r-- | lang/gcc30/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 5d72943e1063..386a950c2b12 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -127,9 +127,6 @@ post-install: #.if defined(WANT_SHAREDLIBS) # ${MV} -f ${PREFIX}/lib/libstdc++.so* ${TARGLIB} #.endif -.for info in cpp cppinternals g77 gcc - install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir -.endfor cd ${PREFIX} ;\ ${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \ >${WRKDIR}/PLIST.gcc-lib |