]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/commitdiff
touch HSghc-6.12.1.o to the next year's Dec 31th
authorPHO <pho@cielonegro.org>
Sat, 23 Jan 2010 18:09:34 +0000 (03:09 +0900)
committerPHO <pho@cielonegro.org>
Sat, 23 Jan 2010 18:09:34 +0000 (03:09 +0900)
Makefile

index bb6636720dca57bd20ce14d0db1e430b7878b128..7364efc108a79ed852061179c372606ba7ca02a3 100644 (file)
--- 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