Hello,

On Tue, Jan 03, 2006 at 06:39:17AM -0800, Steve Langasek wrote:
> Package: xml-light
> Version: 2.2-1
> Severity: serious
> Tags: patch
> 
> .mly.ml:
>       ocamlyacc $<
> 
> at the bottom.  I don't know why this worked previously, but at least with
> the current version of make, this means make doesn't know xml_parser.mli has
> been built and therefore can't use it to build xml_parser.cmi.
> 
> A make rule that *does* work is this:
> 
> %.mli %.ml: %.mly
>         ocamlyacc $<
> 

Indeed, that the rule i am using in my own ocaml project. Will fix it
right now.

Regard
Sylvain Le Gall


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to