mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-13 12:32:55 +02:00
Makefile: don't try to make generate files .INTERMEDIATE.
Because they get deleted, `make install` ends up regenerating them, and they trigger object rebuilds. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
d0de3864b3
commit
4831ec2423
1 changed files with 0 additions and 2 deletions
|
|
@ -109,8 +109,6 @@ wire/channel_type_wiregen.c_args := $(wire/channel_type_wiregen.h_args)
|
|||
WIRE_GENERATED := $(filter %printgen.h %printgen.c %wiregen.h %wiregen.c, $(WIRE_SRC) $(WIRE_HEADERS))
|
||||
$(WIRE_GENERATED): wire/Makefile
|
||||
|
||||
# You don't need to keep these if they don't exist.
|
||||
.INTERMEDIATE: $(WIRE_GENERATED)
|
||||
|
||||
maintainer-clean: wire-maintainer-clean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue