malcolm 2004/07/23 09:31:33 PDT
Modified files:
src/hmake Imports.hs Makefile
Removed files:
src/hmake ParseLib.hs SymTab.hs
Log:
Remove all cpp machinery from hmake, and instead use the equivalent
routines from cpphs. (At the moment, by a rather nasty copy-on-demand
for the relevant modules - the is probably a better way.)
Revision Changes Path
1.12 +4 -152 nhc98/src/hmake/Imports.hs
1.24 +61 -36 nhc98/src/hmake/Makefile