autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Makefile missing semicolon


From: Ralf Wildenhues
Subject: Re: Makefile missing semicolon
Date: Wed, 25 Jul 2007 20:42:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Hynek,

* Hynek Cihlar wrote on Wed, Jul 25, 2007 at 06:21:24PM CEST:
> On 7/25/07, Bernd Jendrissek <address@hidden> wrote:
> >On 7/25/07, Hynek Cihlar <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]