On June 21, 2009 06:23:57 pm you wrote:
> What problem are you having?
> This is what I needed to get the 2.3.1 tag branch building.
>
> -derek
aqbanking/src/plugins/parsers/dtaus/Makefile has:
ressource.o: ressource.rc
$(RC) -o $@ $<
RC is not defined, so the command being executed is "-o".
Phil