> Another option if you don't like non-static pattern rules or the
> special-case stuff involved, is to use a stamp file:

> yaccouts.stamp: parser.mly
>         ocamlyacc $<

IIUC a degenerate form of this is to decide that "parse.ml" plays the
role of the stamp file, so you do

    parser.ml: parser.mly
        ocamlyacc $<
    
    parser.mli: parser.ml
        @:


-- Stefan


_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to