X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=Makefile;h=7364efc108a79ed852061179c372606ba7ca02a3;hp=bb6636720dca57bd20ce14d0db1e430b7878b128;hb=5d56d0e2e75536f58ac41b384663f469b0b7a571;hpb=2d42104755e890bc1be194bf3e7d9a53a77573eb 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