[Omake] How to build camlp4 extension?
Dmitry Bely
dmitry.bely at gmail.com
Mon Dec 11 10:42:03 PST 2006
On 12/11/06, Aleksey Nogin <nogin at metaprl.org> wrote:
> Ah, I think I know what is going on - you have pa_ba.ml and no
> pa_ba.mli, right? In that case, building pa_ba.cmo will also build
> pa_ba.cmi and it's the pa_ba.cmi rule that escapes the "section".
>
> You need to replace the line
>
> pa_ba.cmo: pa_ba.ml
>
> with something like
>
> pa_ba.cmo pa_ba.cmi:
Exactly. Thanks a lot!
- Dmitry Bely
More information about the Omake
mailing list