summaryrefslogtreecommitdiff
path: root/lang/gcc45/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-04-25 17:06:46 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-04-25 17:06:46 +0000
commit3e6f00c31edb63004c9ebe946532ca68b2e498c0 (patch)
treef0918279b3d5b6ea5b66e992bb397966838469a5 /lang/gcc45/Makefile
parentUpdate to 2.5-pre1 (diff)
Merge targets pre-configure and pre-build, simplify them, and remove
patch-va. All of these dealt with us patching generated files (which we don't do any longer).
Notes
Notes: svn path=/head/; revision=79641
Diffstat (limited to 'lang/gcc45/Makefile')
-rw-r--r--lang/gcc45/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info