diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-13 18:54:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-13 18:54:40 +0000 |
commit | 84cba185ca3209895f7fc23091c2bdecb703f415 (patch) | |
tree | a243fbae7cdedce2f7481c108d29a6f832dae80d /lang/gcc32/Makefile | |
parent | New port: net/p5-Net-Jabber (diff) |
Forgot to commit the bits that rm's the new libjava as it breaks the
GCC bootstrap.
Notes
Notes:
svn path=/head/; revision=35958
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 11f121da2887..f8b250bad0ee 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/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 |