diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-13 18:54:40 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-13 18:54:40 +0000 |
commit | 5844f839566502f644025d4ae3322609bb4cdc2d (patch) | |
tree | db0bebf107836a9afd99441c0c38faa028f2067b /lang/gcc | |
parent | 433908144be445280ad3673a310b877cfc6f0a4a (diff) | |
download | FreeBSD-ports-5844f839566502f644025d4ae3322609bb4cdc2d.zip FreeBSD-ports-5844f839566502f644025d4ae3322609bb4cdc2d.tar.gz |
Forgot to commit the bits that rm's the new libjava as it breaks the
GCC bootstrap.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 11f121d..f8b250b 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -81,6 +81,7 @@ pre-configure: @touch ${SRCDIR}/gcc/configure @touch ${SRCDIR}/gcc/cstamp-h.in @${MKDIR} ${CONFIGURE_WRKSRC} + ${RM} -rf ${SRCDIR}/libjava pre-build: cd ${SRCDIR} ; contrib/gcc_update --touch |