summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index bd289161f9d..3cd3072d511 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2003/05/02 08:22:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.57 2003/05/26 20:50:36 jschauma Exp $
# Make sure that the version number in "Makefile.gcc" matches this.
DISTNAME= gcc-2.95.3
@@ -17,8 +17,6 @@ NOT_FOR_PLATFORM= Darwin-*-*
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_GMAKE= YES
@@ -84,8 +82,7 @@ post-extract:
pre-configure:
${MKDIR} ${BUILD_DIRS}
- ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/gcc/c-gperf.h
- ${ECHO} "bogus" > ${WRKSRC}/gcc/cstamp-h.in
+ cd ${WRKSRC} && contrib/egcs_update --touch
post-build:
@${SED} ${FILES_SUBST_SED} ${FILESDIR}/gcc.mk > ${WRKDIR}/gcc.mk