From 5d56d0e2e75536f58ac41b384663f469b0b7a571 Mon Sep 17 00:00:00 2001 From: PHO Date: Sun, 24 Jan 2010 03:09:34 +0900 Subject: [PATCH] touch HSghc-6.12.1.o to the next year's Dec 31th --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0