21 Jul
2008
21 Jul
'08
3:49 a.m.
Sun Jul 20 12:48:01 PDT 2008 Ian Lynagh <igloo@earth.li> * Generate expanded makefile rules directly, rather than using $(eval ...) We used to do this with $(eval ...) and $(call ...) in the Makefile, but make 3.79.1 (which is what comes with msys) doesn't understand $(eval ...), so now we just stick the expanded loop directly into the Makefile we generate. M ./Distribution/Simple/GHC.hs -3 +52 M ./Distribution/Simple/GHC/Makefile.hs -1 +1 M ./Distribution/Simple/GHC/Makefile.in -50 +6 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080720194801-3fd76-3ecbe1b52...