Skip to content

Commit 4831ec2

Browse files
rustyrussellsangbida
authored andcommitted
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>
1 parent d0de386 commit 4831ec2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wire/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ wire/channel_type_wiregen.c_args := $(wire/channel_type_wiregen.h_args)
109109
WIRE_GENERATED := $(filter %printgen.h %printgen.c %wiregen.h %wiregen.c, $(WIRE_SRC) $(WIRE_HEADERS))
110110
$(WIRE_GENERATED): wire/Makefile
111111

112-
# You don't need to keep these if they don't exist.
113-
.INTERMEDIATE: $(WIRE_GENERATED)
114112

115113
maintainer-clean: wire-maintainer-clean
116114

0 commit comments

Comments
 (0)