<[EMAIL PROTECTED]>Michael Biebl writes:
<snip>
>ngcs_marshal.c: ngcs_marshal.ngci idef.py
>        $(srcdir)/idef.py ngcs_marshal
>
>ngcs_marshal.h: ngcs_marshal.ngci idef.py
>        $(srcdir)/idef.py ngcs_marshal

Not sure if it will work, but perhaps you could just use the .ngci file
without copying it?  Perhaps rules like:

ngcs_marshal.c: $(srcdir)/ngcs_marshal.ngci $(srcdir)/idef.py
        $(srcdir)/idef.py ngcs_marshal

ngcs_marshal.h: $(srcdir)/ngcs_marshal.ngci $(srcdir)/idef.py
        $(srcdir)/idef.py ngcs_marshal

would work?  Or do the files need to be copied for other reasons as
well?

-tom


Reply via email to