Re: empty line in compilation rules

2001-02-08 Thread Tom Tromey
>> I added another test to pr87.test to check for this failure. Pavel> I have fixed it so that it fails "correctly", not because Pavel> foo/Makefile.in is tested before being created :-) Duh, thanks. Sometimes I think it is amazing that automake does anything at all. Tom

Re: empty line in compilation rules

2001-02-08 Thread Pavel Roskin
Hello, Tom! > I added another test to pr87.test to check for this failure. I have fixed it so that it fails "correctly", not because foo/Makefile.in is tested before being created :-) Regards, Pavel Roskin --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2001-02-08

Re: empty line in compilation rules

2001-02-08 Thread Tom Tromey
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes: Lars> When I run CVS Automake, the .c.o and .c.lo rules become like this: Lars> | .c.o: Lars> | Lars> | @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ Thanks, that is definitely a bug. I added another test to pr87.test to chec

empty line in compilation rules

2001-02-08 Thread Lars J. Aas
When I run CVS Automake, the .c.o and .c.lo rules become like this: | .c.o: | | @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | $(COMPILE) -