diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-23 18:37:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-23 18:37:47 +0000 |
commit | 1873ce483bbccc17561aebc8ef5bf0367defda11 (patch) | |
tree | c5ccf4e4215ade4f80473864bdc282d92545c689 /lang/gcc43 | |
parent | 7b6556e4d785af8a74b27e9c19e5c40531e32cb9 (diff) | |
download | FreeBSD-ports-1873ce483bbccc17561aebc8ef5bf0367defda11.zip FreeBSD-ports-1873ce483bbccc17561aebc8ef5bf0367defda11.tar.gz |
Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index cd5b039..228164f 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.50 1999/03/17 00:40:25 obrien Exp $ +# $Id: Makefile,v 1.51 1999/03/22 01:35:36 obrien Exp $ # DISTNAME= egcs-1.1.2 @@ -75,7 +75,6 @@ pre-configure: pre-install: ${MKDIR} ${PREFIX}/info - ${TOUCH} ${PREFIX}/info/dir post-install: @${RM} -f ${PREFIX}/bin/c++ |