Can you change the Emakefile to have your target first in the tuple?
I have not worked with ASN1, but from what I know of Emakefiles the
first entry in the tuple should be the target (module). According to the
compile documentation ASN1 files are the source for targets, not
targets.
bengt
> _______________________________________________
> erlang-questions mailing list
> erlang-q...@erlang.org
> http://www.erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Greetings,
Can you change the Emakefile to have your target first in the tuple?
I have not worked with ASN1, but from what I know of Emakefiles the
first entry in the tuple should be the target (module). According to the
compile documentation ASN1 files are the source for targets, not
targets.
/Bertil
Maxim Treskin wrote:
>
>
> 2009/2/13 Bengt Kleberg <bengt....@ericsson.com
> <mailto:bengt....@ericsson.com>>
> ------------------------------------------------------------------------
What if you change the entry to for instance:
{"SSWConn", [{outdir, "."},ber_bin]}.