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: Andreas Schwab
Subject: Re: Make 4.3.90 breaks makefile of dtc
Date: Thu, 22 Sep 2022 10:54:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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