mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
ccan/config.h: make it depend on the top-level Makefile.
This way if the argument change, it will be regenerated. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
229f288eb5
commit
fba2bdb0ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -271,7 +271,7 @@ ALL_PROGRAMS += ccan/ccan/cdump/tools/cdump-enumstr
|
|||
# Can't add to ALL_OBJS, as that makes a circular dep.
|
||||
ccan/ccan/cdump/tools/cdump-enumstr.o: $(CCAN_HEADERS) Makefile
|
||||
|
||||
ccan/config.h: ccan/tools/configurator/configurator
|
||||
ccan/config.h: ccan/tools/configurator/configurator Makefile
|
||||
if $< --configurator-cc="$(CONFIGURATOR_CC)" $(CC) $(CFLAGS) > $@.new; then mv $@.new $@; else rm $@.new; exit 1; fi
|
||||
|
||||
gen_version.h: FORCE
|
||||
|
|
Loading…
Add table
Reference in a new issue