bug-make
[Top][All Lists]
Advanced

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

Re: Make 4.3.90 breaks makefile of dtc


From: Paul Smith
Subject: Re: Make 4.3.90 breaks makefile of dtc
Date: Thu, 22 Sep 2022 15:22:36 -0400
User-agent: Evolution 3.44.4 (by Flathub.org)

On Thu, 2022-09-22 at 10:54 +0200, Andreas Schwab wrote:
> The issue is that the bison rule says it creates a %.output file, but
> doesn't actually do that.
> 
> %.tab.c %.tab.h %.output: %.y
>         @$(VECHO) BISON $@
>         $(BISON) -b $(basename $(basename $@)) -d $<
> 
> Note that no target actually depends on any *.output file.

Just to be clear when you say "the issue is" do you mean, if you remove
the unnecessary %.output pattern you don't see the error anymore?

That should be simple for us to test.



reply via email to

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