From: PHO Date: Sat, 23 Jan 2010 18:09:34 +0000 (+0900) Subject: touch HSghc-6.12.1.o to the next year's Dec 31th X-Git-Tag: GHC-6.12.2~8 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=commitdiff_plain;h=5d56d0e2e75536f58ac41b384663f469b0b7a571 touch HSghc-6.12.1.o to the next year's Dec 31th --- diff --git a/Makefile b/Makefile index bb66367..7364efc 100644 --- a/Makefile +++ b/Makefile @@ -149,10 +149,10 @@ pre-build: # http://hackage.haskell.org/trac/ghc/ticket/3260 .if ${MACHINE_ARCH} == "powerpc" ${RUN} ${MKDIR} ${WRKSRC}/compiler/stage1/build - ${RUN} ${TOUCH} -t `expr \`date '+%Y'\` + 1`01010000 \ + ${RUN} ${TOUCH} -t `expr \`date '+%Y'\` + 1`12310000 \ ${WRKSRC}/compiler/stage1/build/HS${DISTNAME}.o ${RUN} ${MKDIR} ${WRKSRC}/compiler/stage2/build - ${RUN} ${TOUCH} -t `expr \`date '+%Y'\` + 1`01010000 \ + ${RUN} ${TOUCH} -t `expr \`date '+%Y'\` + 1`12310000 \ ${WRKSRC}/compiler/stage2/build/HS${DISTNAME}.o .endif