X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=bb6636720dca57bd20ce14d0db1e430b7878b128;hp=9d18724639e1c6e519982dd1eae845d09770b3e1;hb=2d42104755e890bc1be194bf3e7d9a53a77573eb;hpb=3df232b53c35f12792765ce200ca8f52310556e5 diff --git a/Makefile b/Makefile index 9d18724..bb66367 100644 --- a/Makefile +++ b/Makefile @@ -149,9 +149,11 @@ pre-build: # http://hackage.haskell.org/trac/ghc/ticket/3260 .if ${MACHINE_ARCH} == "powerpc" ${RUN} ${MKDIR} ${WRKSRC}/compiler/stage1/build - ${RUN} ${TOUCH} ${WRKSRC}/compiler/stage1/build/HS${DISTNAME}.o + ${RUN} ${TOUCH} -t `expr \`date '+%Y'\` + 1`01010000 \ + ${WRKSRC}/compiler/stage1/build/HS${DISTNAME}.o ${RUN} ${MKDIR} ${WRKSRC}/compiler/stage2/build - ${RUN} ${TOUCH} ${WRKSRC}/compiler/stage2/build/HS${DISTNAME}.o + ${RUN} ${TOUCH} -t `expr \`date '+%Y'\` + 1`01010000 \ + ${WRKSRC}/compiler/stage2/build/HS${DISTNAME}.o .endif .if ${MACHINE_ARCH} == "powerpc"