> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes:
Robert> foreach my $iter (@deplist)
Robert> {
Robert> $output_rules .= (' @_am_include@ @_am_quote@'
Robert> . $iter . '@_am_quote@' . "\n");
Robert> }
Robert Boehne wrote:
>
> Alexandre Oliva wrote:
> >
> > On Apr 18, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote:
> >
> > > .c.o:
> > > source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
> > > depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo'
> > > @AMDEPBACKSLASH@
> > >
OK, here's a bit more info:
In automake.in this code appears:
foreach my $iter (@deplist)
{
$output_rules .= ('@AMDEP_TRUE@@_am_include@ @_am_quote@'
. $iter . '@_am_quote@' . "\n");
}
Which, if it added @AMD
CVS version of aclocal.m4 doesn't match CVS m4/depend.m4,
could that cause a problem?
Robert Boehne wrote:
>
> Hello,
>
> There is a bit of a problem in CVS Automake (Today's) when
> --disable-dependency-tracking is specified to configure.
> If dependency tracking rules have been added to Makef
Alexandre Oliva wrote:
>
> On Apr 18, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote:
>
> > .c.o:
> > source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
> > depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo'
> > @AMDEPBACKSLASH@
> > $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
On Apr 18, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote:
> .c.o:
> source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
> depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo'
> @AMDEPBACKSLASH@
> $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
> $(COMPILE) -c -o $@ `test -f $<
Hello,
There is a bit of a problem in CVS Automake (Today's) when
--disable-dependency-tracking is specified to configure.
If dependency tracking rules have been added to Makefile.in,
the rules created have @AMDEPBACKSLASH@ at the end of the
lines that tell depcomp the required variables source,