patch applied (cabal): Generate expanded makefile rules directly, rather than using $(eval ...)
20 Jul
2008
20 Jul
'08
7:49 p.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...
6618
Age (days ago)
6618
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ian Lynagh