diff options
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 4a2c4533a8ca..1b84da7c3c47 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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 |