]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blobdiff - Makefile
touch HSghc-6.12.1.o to the next year's Dec 31th
[pkgsrc-ghc.git] / 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