Hello Hynek,

* Hynek Cihlar wrote on Wed, Jul 25, 2007 at 06:21:24PM CEST:
> On 7/25/07, Bernd Jendrissek <[EMAIL PROTECTED]> wrote:
> >On 7/25/07, Hynek Cihlar <[EMAIL PROTECTED]> wrote:
[...]
> >$(DEPDIR)/$*.Tpo"; exit 1; fi
> >>         source='$<' object='$@' libtool=no \
> >>         DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
> >>         $(COMPILE) -c $<
> >>
> >> Shouldn't be the shell commands separated by semicolon?
[...]
>
> Unfortunately, that doesn't build. If I break the command with
> semicolons, it works ok. My question is, how to fix it.

Please post the output of
  grep "^COMPILE" Makefile

or better, an URL to the Makefile or the file, packed.  Please also post
complete 'make' output that shows this error.

FWIW, this is probably an Automake issue (not sure yet as I don't yet
know what it is).

Thanks,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to