From: Duncan C. <dun...@us...> - 2005-01-08 17:38:12
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31754 Modified Files: ChangeLog Log Message: bludgeon automake into submission. Stop it from falsely detecting clashes between source modules producing the same object file. Also --include the module header for .hsc files. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.273 retrieving revision 1.274 diff -u -d -r1.273 -r1.274 --- ChangeLog 8 Jan 2005 17:27:25 -0000 1.273 +++ ChangeLog 8 Jan 2005 17:38:02 -0000 1.274 @@ -184,6 +184,10 @@ * tools/callbackGen/Signal.chs-boot1, tools/callbackGen/Signal.chs-boot2: fix module name and imports. + * mk/common.mk: bludgeon automake into submission. Stop it from + falsely detecting clashes between source modules producing the same + object file. Also --include the module header for .hsc files. + 2005-01-07 Duncan Coutts <du...@co...> * tools/apiGen/ApiGen.hs: several documentation improvements, add |