[cvs-nhc98] Fix hmake -cpp bug.

Malcolm Wallace malcolm@sparud.net
Thu, 22 Mar 2001 19:45:29 +0100 (CET)


malcolm: Thu Mar 22 19:45:29 CET 2001

Update of /usr/src/master/nhc/src/hmake
In directory hinken:/tmp/cvs-serv21548

Modified Files:
	GetDep.hs 
Log Message:
Fix hmake -cpp bug.
  Hmake was wrongly inserting a -cpp flag on literate source files,
  because of a % character in the first column.  Not sure why the
  % triggered a need for cpp.  Surely only a # is recognised by cpp?